Html Css Color HEX #316BA8 Lochmara

📋 copy color: '#316BA8'

red 49 ◦ green 107 ◦ blue 168

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

Shades of Lochmara #316BA8

Tints of Lochmara #316BA8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.02%

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

R = 15.12%
G = 33.02%
B = 51.85%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#316BA8 (or 0x316BA8) is known color: Lochmara. HEX triplet: 31, 6B and A8. RGB value is (49,107,168). Sum of RGB (Red+Green+Blue) = 49+107+168=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 168 (66.02% from 255 or 51.85% from 324); Max value from RGB is 168 - color contains mainly: blue. Hex color #316BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316BA8 is #CE9457. Grayscale: #606060. Windows color (decimal): -13538392 or 11037489. OLE color: 11037489.

HSL color Cylindrical-coordinate representation of color #316BA8: hue angle of 210.76º 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 #316BA8 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 107 168 -
CMYK 0.71 0.36 0 0.34
HSL 210.76º 0.55% 0.43% -
HSV(B) 210.76º 0.71% 0.66% -
XYZ 13.59 14 39.03 -
YUV 96.61 168.28 94.04 -
System Red Green Blue C M Y K H S L
Decimal 49 107 168 0.71 0.36 0 0.34 210.76 0.55 0.43
Hex 31 6B A8 47 24 0 22 D3 37 2B
Octal 61 153 250 107 44 0 42 323 67 53
Binary 110001 1101011 10101000 1000111 100100 0 100010 11010011 110111 101011

Color Harmonies of #316BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BA8

Black with #316BA8

Text Example


Text Example

White with #316BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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