#377296

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

Shades of Lochmara #377296

Tints of Lochmara #377296

Color information

#377296 (or 0x377296) is unknown color: approx Lochmara. HEX triplet: 37, 72 and 96. RGB value is (55,114,150). Sum of RGB (Red+Green+Blue) = 55+114+150=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #377296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377296 is #C88D69. Grayscale: #646464. Windows color (decimal): -13143402 or 9859639. OLE color: 9859639.

HSL color Cylindrical-coordinate representation of color #377296: hue angle of 202.74º 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 #377296 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55114150-
CMYK0.630.2400.41
HSL202.74º46.34%40.2%-
HSV(B)202.74º63.33%58.82%-
XYZ13.115.0531.07-
YUV100.46155.9595.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=17.24%
G=35.74%
B=47.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551141500.630.2400.41202.7446.3440.2
Hex3772963F18029cb2e28
Octal6716222677300513135650
Binary11011111100101001011011111111000010100111001011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377296; }

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

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

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

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

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

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

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

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