#316B96

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

Shades of Lochmara #316B96

Tints of Lochmara #316B96

Color information

#316B96 (or 0x316B96) is unknown color: approx Lochmara. HEX triplet: 31, 6B and 96. RGB value is (49,107,150). Sum of RGB (Red+Green+Blue) = 49+107+150=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #316B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316B96 is #CE9469. Grayscale: #5E5E5E. Windows color (decimal): -13538410 or 9857841. OLE color: 9857841.

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

Color convert

RGB49107150-
CMYK0.670.2900.41
HSL205.54º50.75%39.02%-
HSV(B)205.54º67.33%58.82%-
XYZ12.0313.3730.8-
YUV94.56159.2895.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 150 (58.98% from 255) = 49.02%
R=16.01%
G=34.97%
B=49.02%

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
Decimal491071500.670.2900.41205.5450.7539.02
Hex316B96431D029ce3327
Octal61153226103350513166347
Binary110001110101110010110100001111101010100111001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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