#37326E

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

Shades of Deep Koamaru #37326E

Tints of Deep Koamaru #37326E

Color information

#37326E (or 0x37326E) is unknown color: approx Deep Koamaru. HEX triplet: 37, 32 and 6E. RGB value is (55,50,110). Sum of RGB (Red+Green+Blue) = 55+50+110=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #37326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37326E is #C8CD91. Grayscale: #3A3A3A. Windows color (decimal): -13159826 or 7221815. OLE color: 7221815.

HSL color Cylindrical-coordinate representation of color #37326E: hue angle of 245º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37326E is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5550110-
CMYK0.50.5500.57
HSL245º37.5%31.37%-
HSV(B)245º54.55%43.14%-
XYZ5.534.2215.27-
YUV58.34157.16125.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=25.58%
G=23.26%
B=51.16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55501100.50.5500.5724537.531.37
Hex37326E3237039f5261f
Octal676215662670713654637
Binary110111110010110111011001011011101110011111010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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