#373572

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

Shades of Deep Koamaru #373572

Tints of Deep Koamaru #373572

Color information

#373572 (or 0x373572) is unknown color: approx Deep Koamaru. HEX triplet: 37, 35 and 72. RGB value is (55,53,114). Sum of RGB (Red+Green+Blue) = 55+53+114=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #373572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373572 is #C8CA8D. Grayscale: #3C3C3C. Windows color (decimal): -13159054 or 7484727. OLE color: 7484727.

HSL color Cylindrical-coordinate representation of color #373572: hue angle of 241.97º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #373572 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5553114-
CMYK0.520.5400.55
HSL241.97º36.53%32.75%-
HSV(B)241.97º53.51%44.71%-
XYZ5.894.5716.49-
YUV60.55158.16124.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=24.77%
G=23.87%
B=51.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55531140.520.5400.55241.9736.5332.75
Hex3735723436037f22521
Octal676516264660673624541
Binary1101111101011110010110100110110011011111110010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373572; }

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

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

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

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

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

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

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

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