Html Css Color HEX #317BA8 Lochmara

📋 copy color: '#317BA8'

red 49 ◦ green 123 ◦ blue 168

#317BA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #317BA8

Tints of Lochmara #317BA8

RGB

 RED value IS 49 (19.53% from 255) = 14.41%

 GREEN value IS 123 (48.44% from 255) = 36.18%

 BLUE value IS 168 (66.02% from 255) = 49.41%

R = 14.41%
G = 36.18%
B = 49.41%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#317BA8 (or 0x317BA8) is known color: Lochmara. HEX triplet: 31, 7B and A8. RGB value is (49,123,168). Sum of RGB (Red+Green+Blue) = 49+123+168=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 168 (66.02% from 255 or 49.41% from 340); Max value from RGB is 168 - color contains mainly: blue. Hex color #317BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317BA8 is #CE8457. Grayscale: #696969. Windows color (decimal): -13534296 or 11041585. OLE color: 11041585.

HSL color Cylindrical-coordinate representation of color #317BA8: hue angle of 202.69º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #317BA8 is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 123 168 -
CMYK 0.71 0.27 0 0.34
HSL 202.69º 0.55% 0.43% -
HSV(B) 202.69º 0.71% 0.66% -
XYZ 15.42 17.65 39.64 -
YUV 106 162.98 87.34 -
System Red Green Blue C M Y K H S L
Decimal 49 123 168 0.71 0.27 0 0.34 202.69 0.55 0.43
Hex 31 7B A8 47 1B 0 22 CB 37 2B
Octal 61 173 250 107 33 0 42 313 67 53
Binary 110001 1111011 10101000 1000111 11011 0 100010 11001011 110111 101011

Color Harmonies of #317BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BA8

Black with #317BA8

Text Example


Text Example

White with #317BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317BA8; }

 p { color: rgb(49,123,168); }

 H1.HeaderClassName
 {
   color: #317BA8;
 }
 .AnyTagClassName
 {
   color: #317BA8;
 }
</style>

background-color css

<style>
 a { background-color: #317BA8; }

 a { background-color: rgb(49,123,168); }

 div.DivClassName
 {
   background-color: #317BA8;
 }
 .BgClassName
 {
   background-color: #317BA8;
 }
</style>

border-color css

<style>
 span { border-color: #317BA8; }

 span { border-color: rgb(49,123,168); }

 td.TdClassName
 {
   border-color: #317BA8;
 }
 .TagClassName
 {
   border-color: #317BA8;
 }
</style>