#37316A

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

Shades of Deep Koamaru #37316A

Tints of Deep Koamaru #37316A

Color information

#37316A (or 0x37316A) is unknown color: approx Deep Koamaru. HEX triplet: 37, 31 and 6A. RGB value is (55,49,106). Sum of RGB (Red+Green+Blue) = 55+49+106=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #37316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37316A is #C8CE95. Grayscale: #393939. Windows color (decimal): -13160086 or 6959415. OLE color: 6959415.

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

Color convert

RGB5549106-
CMYK0.480.5400.58
HSL246.32º36.77%30.39%-
HSV(B)246.32º53.77%41.57%-
XYZ5.284.0514.14-
YUV57.29155.49126.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=26.19%
G=23.33%
B=50.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55491060.480.5400.58246.3236.7730.39
Hex37316A303603Af6251e
Octal676115260660723664536
Binary110111110001110101011000011011001110101111011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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