#37659C

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

Shades of Lochmara #37659C

Tints of Lochmara #37659C

Color information

#37659C (or 0x37659C) is unknown color: approx Lochmara. HEX triplet: 37, 65 and 9C. RGB value is (55,101,156). Sum of RGB (Red+Green+Blue) = 55+101+156=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #37659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37659C is #C89A63. Grayscale: #5D5D5D. Windows color (decimal): -13146724 or 10249527. OLE color: 10249527.

HSL color Cylindrical-coordinate representation of color #37659C: hue angle of 212.67º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37659C is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB55101156-
CMYK0.650.3500.39
HSL212.67º47.87%41.37%-
HSV(B)212.67º64.74%61.18%-
XYZ12.2312.5233.22-
YUV93.52163.26100.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 156 (61.33% from 255) = 50%
R=17.63%
G=32.37%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal551011560.650.3500.39212.6747.8741.37
Hex37659C4123027d53029
Octal67145234101430473256051
Binary1101111100101100111001000001100011010011111010101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,101,156); }

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

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

 a { background-color: rgb(55,101,156); }

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

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

 span { border-color: rgb(55,101,156); }

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