#316A96

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

Shades of Lochmara #316A96

Tints of Lochmara #316A96

Color information

#316A96 (or 0x316A96) is unknown color: approx Lochmara. HEX triplet: 31, 6A and 96. RGB value is (49,106,150). Sum of RGB (Red+Green+Blue) = 49+106+150=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #316A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A96 is #CE9569. Grayscale: #5D5D5D. Windows color (decimal): -13538666 or 9857585. OLE color: 9857585.

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

Color convert

RGB49106150-
CMYK0.670.2900.41
HSL206.14º50.75%39.02%-
HSV(B)206.14º67.33%58.82%-
XYZ11.9313.1630.77-
YUV93.97159.6295.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 150 (58.98% from 255) = 49.18%
R=16.07%
G=34.75%
B=49.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491061500.670.2900.41206.1450.7539.02
Hex316A96431D029ce3327
Octal61152226103350513166347
Binary110001110101010010110100001111101010100111001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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