#316BA8

Color #316BA8 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #316BA8

Tints of Lochmara #316BA8

Color information

#316BA8 (or 0x316BA8) is unknown color: approx 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

RGB49107168-
CMYK0.710.3600.34
HSL210.76º54.84%42.55%-
HSV(B)210.76º70.83%65.88%-
XYZ13.591439.03-
YUV96.61168.2894.04-

RGB Variations

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

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 (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal491071680.710.3600.34210.7654.8442.55
Hex316BA84724022d3372b
Octal61153250107440423236753
Binary1100011101011101010001000111100100010001011010011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>