#31649F

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

Shades of Lochmara #31649F

Tints of Lochmara #31649F

Color information

#31649F (or 0x31649F) is unknown color: approx Lochmara. HEX triplet: 31, 64 and 9F. RGB value is (49,100,159). Sum of RGB (Red+Green+Blue) = 49+100+159=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #31649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31649F is #CE9B60. Grayscale: #5B5B5B. Windows color (decimal): -13540193 or 10445873. OLE color: 10445873.

HSL color Cylindrical-coordinate representation of color #31649F: hue angle of 212.18º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31649F is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB49100159-
CMYK0.690.3700.38
HSL212.18º52.88%40.78%-
HSV(B)212.18º69.18%62.35%-
XYZ12.0812.2734.53-
YUV91.48166.197.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=15.91%
G=32.47%
B=51.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491001590.690.3700.38212.1852.8840.78
Hex31649F4525026d43529
Octal61144237105450463246551
Binary1100011100100100111111000101100101010011011010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31649F; }

 p { color: rgb(49,100,159); }

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

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

 a { background-color: rgb(49,100,159); }

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

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

 span { border-color: rgb(49,100,159); }

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