Shades of Deep Koamaru #393473
Tints of Deep Koamaru #393473
RGB
CMYK
RGB Variations
Color information
#393473 (or 0x393473) is known color: Deep Koamaru. HEX triplet: 39, 34 and 73. RGB value is (57,52,115). Sum of RGB (Red+Green+Blue) = 57+52+115=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #393473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393473 is #C6CB8C. Grayscale: #3C3C3C. Windows color (decimal): -13028237 or 7550009. OLE color: 7550009.
HSL color Cylindrical-coordinate representation of color #393473: hue angle of 244.76º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #393473 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 52 | 115 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.55 |
| HSL | 244.76º | 0.38% | 0.33% | - |
| HSV(B) | 244.76º | 0.55% | 0.45% | - |
| XYZ | 6.01 | 4.56 | 16.78 | - |
| YUV | 60.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 115 | 0.50 | 0.55 | 0 | 0.55 | 244.76 | 0.38 | 0.33 |
| Hex | 39 | 34 | 73 | 32 | 37 | 0 | 37 | F5 | 26 | 21 |
| Octal | 71 | 64 | 163 | 62 | 67 | 0 | 67 | 365 | 46 | 41 |
| Binary | 111001 | 110100 | 1110011 | 110010 | 110111 | 0 | 110111 | 11110101 | 100110 | 100001 |
Color Harmonies of #393473
Complementary color
Monochromatic Colors of #393473
Black with #393473
Text Example
Text Example
White with #393473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393473; }
p { color: rgb(57,52,115); }
H1.HeaderClassName
{
color: #393473;
}
.AnyTagClassName
{
color: #393473;
}
</style>
background-color css
<style>
a { background-color: #393473; }
a { background-color: rgb(57,52,115); }
div.DivClassName
{
background-color: #393473;
}
.BgClassName
{
background-color: #393473;
}
</style>
border-color css
<style>
span { border-color: #393473; }
span { border-color: rgb(57,52,115); }
td.TdClassName
{
border-color: #393473;
}
.TagClassName
{
border-color: #393473;
}
</style>