Shades of Deep Koamaru #37396C
Tints of Deep Koamaru #37396C
RGB
CMYK
RGB Variations
Color information
#37396C (or 0x37396C) is known color: Deep Koamaru. HEX triplet: 37, 39 and 6C. RGB value is (55,57,108). Sum of RGB (Red+Green+Blue) = 55+57+108=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #37396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37396C is #C8C693. Grayscale: #3E3E3E. Windows color (decimal): -13158036 or 7092535. OLE color: 7092535.
HSL color Cylindrical-coordinate representation of color #37396C: hue angle of 237.74º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37396C is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 57 | 108 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.58 |
| HSL | 237.74º | 0.33% | 0.32% | - |
| HSV(B) | 237.74º | 0.49% | 0.42% | - |
| XYZ | 5.75 | 4.82 | 14.82 | - |
| YUV | 62.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 108 | 0.49 | 0.47 | 0 | 0.58 | 237.74 | 0.33 | 0.32 |
| Hex | 37 | 39 | 6C | 31 | 2F | 0 | 3A | EE | 21 | 20 |
| Octal | 67 | 71 | 154 | 61 | 57 | 0 | 72 | 356 | 41 | 40 |
| Binary | 110111 | 111001 | 1101100 | 110001 | 101111 | 0 | 111010 | 11101110 | 100001 | 100000 |
Color Harmonies of #37396C
Complementary color
Monochromatic Colors of #37396C
Black with #37396C
Text Example
Text Example
White with #37396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37396C; }
p { color: rgb(55,57,108); }
H1.HeaderClassName
{
color: #37396C;
}
.AnyTagClassName
{
color: #37396C;
}
</style>
background-color css
<style>
a { background-color: #37396C; }
a { background-color: rgb(55,57,108); }
div.DivClassName
{
background-color: #37396C;
}
.BgClassName
{
background-color: #37396C;
}
</style>
border-color css
<style>
span { border-color: #37396C; }
span { border-color: rgb(55,57,108); }
td.TdClassName
{
border-color: #37396C;
}
.TagClassName
{
border-color: #37396C;
}
</style>