#316F96

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

Shades of Lochmara #316F96

Tints of Lochmara #316F96

Color information

#316F96 (or 0x316F96) is unknown color: approx Lochmara. HEX triplet: 31, 6F and 96. RGB value is (49,111,150). Sum of RGB (Red+Green+Blue) = 49+111+150=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #316F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316F96 is #CE9069. Grayscale: #606060. Windows color (decimal): -13537386 or 9858865. OLE color: 9858865.

HSL color Cylindrical-coordinate representation of color #316F96: hue angle of 203.17º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316F96 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49111150-
CMYK0.670.2600.41
HSL203.17º50.75%39.02%-
HSV(B)203.17º67.33%58.82%-
XYZ12.4614.2230.94-
YUV96.91157.9693.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=15.81%
G=35.81%
B=48.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491111500.670.2600.41203.1750.7539.02
Hex316F96431A029cb3327
Octal61157226103320513136347
Binary110001110111110010110100001111010010100111001011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,111,150); }

 H1.HeaderClassName
 {
   color: #316F96;
 }
 .AnyTagClassName
 {
   color: #316F96;
 }
</style>
background-color css

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

 a { background-color: rgb(49,111,150); }

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

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

 span { border-color: rgb(49,111,150); }

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