#377398

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

Shades of Lochmara #377398

Tints of Lochmara #377398

Color information

#377398 (or 0x377398) is unknown color: approx Lochmara. HEX triplet: 37, 73 and 98. RGB value is (55,115,152). Sum of RGB (Red+Green+Blue) = 55+115+152=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #377398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377398 is #C88C67. Grayscale: #656565. Windows color (decimal): -13143144 or 9990967. OLE color: 9990967.

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

Color convert

RGB55115152-
CMYK0.640.2400.40
HSL202.89º46.86%40.59%-
HSV(B)202.89º63.82%59.61%-
XYZ13.3715.3431.96-
YUV101.28156.6294.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=17.08%
G=35.71%
B=47.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551151520.640.2400.40202.8946.8640.59
Hex3773984018028cb2f29
Octal67163230100300503135751
Binary110111111001110011000100000011000010100011001011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377398; }

 p { color: rgb(55,115,152); }

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

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

 a { background-color: rgb(55,115,152); }

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

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

 span { border-color: rgb(55,115,152); }

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