#372F78

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

Shades of Deep Koamaru #372F78

Tints of Deep Koamaru #372F78

Color information

#372F78 (or 0x372F78) is unknown color: approx Deep Koamaru. HEX triplet: 37, 2F and 78. RGB value is (55,47,120). Sum of RGB (Red+Green+Blue) = 55+47+120=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #372F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F78 is #C8D087. Grayscale: #393939. Windows color (decimal): -13160584 or 7876407. OLE color: 7876407.

HSL color Cylindrical-coordinate representation of color #372F78: hue angle of 246.58º 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 #372F78 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5547120-
CMYK0.540.6100.53
HSL246.58º43.71%32.75%-
HSV(B)246.58º60.83%47.06%-
XYZ5.984.218.26-
YUV57.71163.15126.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 47 (18.75% from 255) = 21.17%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=24.77%
G=21.17%
B=54.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55471200.540.6100.53246.5843.7132.75
Hex372F78363D035f72c21
Octal675717066750653675441
Binary1101111011111111000110110111101011010111110111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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