Color Hex Logo

#317bba Color Hex

#317BBA
(49,123,186)
0 Favorites   0 Comments

Color spaces of #317bba

RGB 49123186
HSL0.580.580.46
HSV208°74°73°
CMYK 0.740.340.00   0.27
XYZ17.212518.364149.0918
Yxy18.36410.20330.2169
Hunter Lab42.8534-3.2970-37.9239
CIE-Lab49.9348-1.3197-39.6797

#317bba color RGB value is (49,123,186).

#317bba hex color red value is 49, green value is 123 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #317bba hue: 0.58 , saturation: 0.58 and the lightness value of 317bba is 0.46.

The process color (four color CMYK) of #317bba color hex is 0.74, 0.34, 0.00, 0.27. Web safe color of #317bba is #3366cc. Color #317bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111011 10111010
Octal 61 173 272
Decimal 49 123 186
Hex 31 7B BA

RGB Percentages of Color #317bba

%13.69
%34.36
%51.96

CMYK Percentages of Color #317bba

%74
%34
%0
%27

Triadic Colors of #317bba

#317bba #ba317b #7bba31

Analogous Colors of #317bba

#317bba #3136ba #31bab5

Monochromatic Colors of #317bba

#317bba

Complementary Color

#317bba #ba7031

#317bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#317bba Color CSS Codes

.mybgcolor {background-color:#317bba; } 
.myforecolor {color:#317bba; }
.mybordercolor {border:3px solid #317bba; }

#317bba Text Font Color

<p style="color:#317bba">Text here</p>

This sample text font color is #317bba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#317bba Background Color

<div style="background-color:#317bba">
Div content here</div>

This div background color is #317bba


#317bba Border Color

<div style="border:3px solid #317bba">
Div here</div>

This div border color is #317bba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,123,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #317bba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #317bba;
  -webkit-box-shadow: 1px 1px 3px 2px #317bba;
  box-shadow:         1px 1px 3px 2px #317bba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,123,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #317bba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #317bba;
  -webkit-box-shadow: 1px 1px 3px 2px #317bba;
  box-shadow:         1px 1px 3px 2px #317bba;">
Div content here</div>

This div box has shadow with color #317bba


Comments

No comments written yet.

Please login to write comment.