#37769E

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

Shades of Lochmara #37769E

Tints of Lochmara #37769E

Color information

#37769E (or 0x37769E) is unknown color: approx Lochmara. HEX triplet: 37, 76 and 9E. RGB value is (55,118,158). Sum of RGB (Red+Green+Blue) = 55+118+158=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #37769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37769E is #C88961. Grayscale: #676767. Windows color (decimal): -13142370 or 10384951. OLE color: 10384951.

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

Color convert

RGB55118158-
CMYK0.650.2500.38
HSL203.3º48.36%41.76%-
HSV(B)203.3º65.19%61.96%-
XYZ14.2316.2434.73-
YUV103.72158.6393.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=16.62%
G=35.65%
B=47.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551181580.650.2500.38203.348.3641.76
Hex37769E4119026cb302a
Octal67166236101310463136052
Binary110111111011010011110100000111001010011011001011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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