#37316C

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

Shades of Deep Koamaru #37316C

Tints of Deep Koamaru #37316C

Color information

#37316C (or 0x37316C) is unknown color: approx Deep Koamaru. HEX triplet: 37, 31 and 6C. RGB value is (55,49,108). Sum of RGB (Red+Green+Blue) = 55+49+108=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #37316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37316C is #C8CE93. Grayscale: #393939. Windows color (decimal): -13160084 or 7090487. OLE color: 7090487.

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

Color convert

RGB5549108-
CMYK0.490.5500.58
HSL246.1º37.58%30.78%-
HSV(B)246.1º54.63%42.35%-
XYZ5.384.0914.69-
YUV57.52156.49126.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=25.94%
G=23.11%
B=50.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55491080.490.5500.58246.137.5830.78
Hex37316C313703Af6261f
Octal676115461670723664637
Binary110111110001110110011000111011101110101111011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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