#37326C

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

Shades of Deep Koamaru #37326C

Tints of Deep Koamaru #37326C

Color information

#37326C (or 0x37326C) is unknown color: approx Deep Koamaru. HEX triplet: 37, 32 and 6C. RGB value is (55,50,108). Sum of RGB (Red+Green+Blue) = 55+50+108=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #37326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37326C is #C8CD93. Grayscale: #393939. Windows color (decimal): -13159828 or 7090743. OLE color: 7090743.

HSL color Cylindrical-coordinate representation of color #37326C: hue angle of 245.17º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37326C is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5550108-
CMYK0.490.5400.58
HSL245.17º36.71%30.98%-
HSV(B)245.17º53.7%42.35%-
XYZ5.424.1814.71-
YUV58.11156.16125.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 108 (42.58% from 255) = 50.70%
R=25.82%
G=23.47%
B=50.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55501080.490.5400.58245.1736.7130.98
Hex37326C313603Af5251f
Octal676215461660723654537
Binary110111110010110110011000111011001110101111010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37326C; }

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

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

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

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

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

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

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

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