#31799C

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

Shades of Lochmara #31799C

Tints of Lochmara #31799C

Color information

#31799C (or 0x31799C) is unknown color: approx Lochmara. HEX triplet: 31, 79 and 9C. RGB value is (49,121,156). Sum of RGB (Red+Green+Blue) = 49+121+156=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #31799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31799C is #CE8663. Grayscale: #676767. Windows color (decimal): -13534820 or 10254641. OLE color: 10254641.

HSL color Cylindrical-coordinate representation of color #31799C: hue angle of 199.63º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31799C is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB49121156-
CMYK0.690.2200.39
HSL199.63º52.2%40.2%-
HSV(B)199.63º68.59%61.18%-
XYZ14.116.7333.94-
YUV103.46157.6589.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.03%
GREEN value IS 121 (47.66% from 255) = 37.12%
BLUE value IS 156 (61.33% from 255) = 47.85%
R=15.03%
G=37.12%
B=47.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491211560.690.2200.39199.6352.240.2
Hex31799C4516027c83428
Octal61171234105260473106450
Binary110001111100110011100100010110110010011111001000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31799C; }

 p { color: rgb(49,121,156); }

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

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

 a { background-color: rgb(49,121,156); }

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

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

 span { border-color: rgb(49,121,156); }

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