#31619C

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

Shades of Lochmara #31619C

Tints of Lochmara #31619C

Color information

#31619C (or 0x31619C) is unknown color: approx Lochmara. HEX triplet: 31, 61 and 9C. RGB value is (49,97,156). Sum of RGB (Red+Green+Blue) = 49+97+156=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #31619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31619C is #CE9E63. Grayscale: #595959. Windows color (decimal): -13540964 or 10248497. OLE color: 10248497.

HSL color Cylindrical-coordinate representation of color #31619C: hue angle of 213.08º 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 #31619C is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4997156-
CMYK0.690.3800.39
HSL213.08º52.2%40.2%-
HSV(B)213.08º68.59%61.18%-
XYZ11.5411.633.08-
YUV89.37165.699.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 156 (61.33% from 255) = 51.66%
R=16.23%
G=32.12%
B=51.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49971560.690.3800.39213.0852.240.2
Hex31619C4526027d53428
Octal61141234105460473256450
Binary1100011100001100111001000101100110010011111010101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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