#373172

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

Shades of Deep Koamaru #373172

Tints of Deep Koamaru #373172

Color information

#373172 (or 0x373172) is unknown color: approx Deep Koamaru. HEX triplet: 37, 31 and 72. RGB value is (55,49,114). Sum of RGB (Red+Green+Blue) = 55+49+114=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #373172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373172 is #C8CE8D. Grayscale: #393939. Windows color (decimal): -13160078 or 7483703. OLE color: 7483703.

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

Color convert

RGB5549114-
CMYK0.520.5700.55
HSL245.54º39.88%31.96%-
HSV(B)245.54º57.02%44.71%-
XYZ5.714.2216.43-
YUV58.2159.49125.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=25.23%
G=22.48%
B=52.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55491140.520.5700.55245.5439.8831.96
Hex3731723439037f62820
Octal676116264710673665040
Binary1101111100011110010110100111001011011111110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373172; }

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

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

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

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

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

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

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

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