#31699E

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

Shades of Lochmara #31699E

Tints of Lochmara #31699E

Color information

#31699E (or 0x31699E) is unknown color: approx Lochmara. HEX triplet: 31, 69 and 9E. RGB value is (49,105,158). Sum of RGB (Red+Green+Blue) = 49+105+158=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #31699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31699E is #CE9661. Grayscale: #5E5E5E. Windows color (decimal): -13538914 or 10381617. OLE color: 10381617.

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

Color convert

RGB49105158-
CMYK0.690.3400.38
HSL209.17º52.66%40.59%-
HSV(B)209.17º68.99%61.96%-
XYZ12.4913.2234.24-
YUV94.3163.9595.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=15.71%
G=33.65%
B=50.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491051580.690.3400.38209.1752.6640.59
Hex31699E4522026d13529
Octal61151236105420463216551
Binary1100011101001100111101000101100010010011011010001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31699E; }

 p { color: rgb(49,105,158); }

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

<style>
 a { background-color: #31699E; }

 a { background-color: rgb(49,105,158); }

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

<style>
 span { border-color: #31699E; }

 span { border-color: rgb(49,105,158); }

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