#37709E

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

Shades of Lochmara #37709E

Tints of Lochmara #37709E

Color information

#37709E (or 0x37709E) is unknown color: approx Lochmara. HEX triplet: 37, 70 and 9E. RGB value is (55,112,158). Sum of RGB (Red+Green+Blue) = 55+112+158=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #37709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37709E is #C88F61. Grayscale: #636363. Windows color (decimal): -13143906 or 10383415. OLE color: 10383415.

HSL color Cylindrical-coordinate representation of color #37709E: hue angle of 206.8º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37709E is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55112158-
CMYK0.650.2900.38
HSL206.8º48.36%41.76%-
HSV(B)206.8º65.19%61.96%-
XYZ13.5414.8734.5-
YUV100.2160.6295.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=16.92%
G=34.46%
B=48.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551121580.650.2900.38206.848.3641.76
Hex37709E411D026cf302a
Octal67160236101350463176052
Binary110111111000010011110100000111101010011011001111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,112,158); }

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

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

 a { background-color: rgb(55,112,158); }

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

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

 span { border-color: rgb(55,112,158); }

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