#372F79

Color #372F79 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #372F79

Tints of Deep Koamaru #372F79

Color information

#372F79 (or 0x372F79) is unknown color: approx Deep Koamaru. HEX triplet: 37, 2F and 79. RGB value is (55,47,121). Sum of RGB (Red+Green+Blue) = 55+47+121=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #372F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F79 is #C8D086. Grayscale: #393939. Windows color (decimal): -13160583 or 7941943. OLE color: 7941943.

HSL color Cylindrical-coordinate representation of color #372F79: hue angle of 246.49º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #372F79 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5547121-
CMYK0.550.6100.53
HSL246.49º44.05%32.94%-
HSV(B)246.49º61.16%47.45%-
XYZ6.044.2318.59-
YUV57.83163.65125.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=24.66%
G=21.08%
B=54.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55471210.550.6100.53246.4944.0532.94
Hex372F79373D035f62c21
Octal675717167750653665441
Binary1101111011111111001110111111101011010111110110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372F79; }

 p { color: rgb(55,47,121); }

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

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

 a { background-color: rgb(55,47,121); }

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

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

 span { border-color: rgb(55,47,121); }

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