#316996

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

Shades of Lochmara #316996

Tints of Lochmara #316996

Color information

#316996 (or 0x316996) is unknown color: approx Lochmara. HEX triplet: 31, 69 and 96. RGB value is (49,105,150). Sum of RGB (Red+Green+Blue) = 49+105+150=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #316996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316996 is #CE9669. Grayscale: #5D5D5D. Windows color (decimal): -13538922 or 9857329. OLE color: 9857329.

HSL color Cylindrical-coordinate representation of color #316996: hue angle of 206.73º 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 #316996 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49105150-
CMYK0.670.3000.41
HSL206.73º50.75%39.02%-
HSV(B)206.73º67.33%58.82%-
XYZ11.8212.9630.73-
YUV93.39159.9596.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=16.12%
G=34.54%
B=49.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491051500.670.3000.41206.7350.7539.02
Hex316996431E029cf3327
Octal61151226103360513176347
Binary110001110100110010110100001111110010100111001111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316996; }

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

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

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

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

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

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

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

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