#373272

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

Shades of Deep Koamaru #373272

Tints of Deep Koamaru #373272

Color information

#373272 (or 0x373272) is unknown color: approx Deep Koamaru. HEX triplet: 37, 32 and 72. RGB value is (55,50,114). Sum of RGB (Red+Green+Blue) = 55+50+114=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #373272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373272 is #C8CD8D. Grayscale: #3A3A3A. Windows color (decimal): -13159822 or 7483959. OLE color: 7483959.

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

Color convert

RGB5550114-
CMYK0.520.5600.55
HSL244.69º39.02%32.16%-
HSV(B)244.69º56.14%44.71%-
XYZ5.754.3116.45-
YUV58.79159.16125.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=25.11%
G=22.83%
B=52.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55501140.520.5600.55244.6939.0232.16
Hex3732723438037f52720
Octal676216264700673654740
Binary1101111100101110010110100111000011011111110101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373272; }

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

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

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

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

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

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

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

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