#376599

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

Shades of Lochmara #376599

Tints of Lochmara #376599

Color information

#376599 (or 0x376599) is unknown color: approx Lochmara. HEX triplet: 37, 65 and 99. RGB value is (55,101,153). Sum of RGB (Red+Green+Blue) = 55+101+153=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #376599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376599 is #C89A66. Grayscale: #5C5C5C. Windows color (decimal): -13146727 or 10052919. OLE color: 10052919.

HSL color Cylindrical-coordinate representation of color #376599: hue angle of 211.84º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #376599 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB55101153-
CMYK0.640.3400.4
HSL211.84º47.12%40.78%-
HSV(B)211.84º64.05%60%-
XYZ11.9812.4231.9-
YUV93.17161.76100.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.80%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=17.80%
G=32.69%
B=49.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551011530.640.3400.4211.8447.1240.78
Hex3765994022028d42f29
Octal67145231100420503245751
Binary1101111100101100110011000000100010010100011010100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376599; }

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

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

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

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

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

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

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

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