#376596

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

Shades of Lochmara #376596

Tints of Lochmara #376596

Color information

#376596 (or 0x376596) is unknown color: approx Lochmara. HEX triplet: 37, 65 and 96. RGB value is (55,101,150). Sum of RGB (Red+Green+Blue) = 55+101+150=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #376596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376596 is #C89A69. Grayscale: #5C5C5C. Windows color (decimal): -13146730 or 9856311. OLE color: 9856311.

HSL color Cylindrical-coordinate representation of color #376596: hue angle of 210.95º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376596 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55101150-
CMYK0.630.3300.41
HSL210.95º46.34%40.2%-
HSV(B)210.95º63.33%58.82%-
XYZ11.7312.3230.61-
YUV92.83160.26101.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.97%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 150 (58.98% from 255) = 49.02%
R=17.97%
G=33.01%
B=49.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551011500.630.3300.41210.9546.3440.2
Hex3765963F21029d32e28
Octal6714522677410513235650
Binary110111110010110010110111111100001010100111010011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376596; }

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

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

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

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

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

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

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

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