#37316E

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

Shades of Deep Koamaru #37316E

Tints of Deep Koamaru #37316E

Color information

#37316E (or 0x37316E) is unknown color: approx Deep Koamaru. HEX triplet: 37, 31 and 6E. RGB value is (55,49,110). Sum of RGB (Red+Green+Blue) = 55+49+110=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #37316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37316E is #C8CE91. Grayscale: #393939. Windows color (decimal): -13160082 or 7221559. OLE color: 7221559.

HSL color Cylindrical-coordinate representation of color #37316E: hue angle of 245.9º 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 #37316E is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5549110-
CMYK0.50.5500.57
HSL245.9º38.36%31.18%-
HSV(B)245.9º55.45%43.14%-
XYZ5.494.1315.26-
YUV57.75157.49126.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=25.70%
G=22.90%
B=51.40%

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
Decimal55491100.50.5500.57245.938.3631.18
Hex37316E3237039f6261f
Octal676115662670713664637
Binary110111110001110111011001011011101110011111011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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