#31739C

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

Shades of Lochmara #31739C

Tints of Lochmara #31739C

Color information

#31739C (or 0x31739C) is unknown color: approx Lochmara. HEX triplet: 31, 73 and 9C. RGB value is (49,115,156). Sum of RGB (Red+Green+Blue) = 49+115+156=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #31739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31739C is #CE8C63. Grayscale: #636363. Windows color (decimal): -13536356 or 10253105. OLE color: 10253105.

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

Color convert

RGB49115156-
CMYK0.690.2600.39
HSL202.99º52.2%40.2%-
HSV(B)202.99º68.59%61.18%-
XYZ13.415.3133.7-
YUV99.94159.6391.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.31%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=15.31%
G=35.94%
B=48.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491151560.690.2600.39202.9952.240.2
Hex31739C451A027cb3428
Octal61163234105320473136450
Binary110001111001110011100100010111010010011111001011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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