Shades of Deep Koamaru #393474
Tints of Deep Koamaru #393474
RGB
CMYK
RGB Variations
Color information
#393474 (or 0x393474) is known color: Deep Koamaru. HEX triplet: 39, 34 and 74. RGB value is (57,52,116). Sum of RGB (Red+Green+Blue) = 57+52+116=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #393474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393474 is #C6CB8B. Grayscale: #3C3C3C. Windows color (decimal): -13028236 or 7615545. OLE color: 7615545.
HSL color Cylindrical-coordinate representation of color #393474: hue angle of 244.69º 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 #393474 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 52 | 116 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.55 |
| HSL | 244.69º | 0.38% | 0.33% | - |
| HSV(B) | 244.69º | 0.55% | 0.45% | - |
| XYZ | 6.07 | 4.59 | 17.09 | - |
| YUV | 60.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 116 | 0.51 | 0.55 | 0 | 0.55 | 244.69 | 0.38 | 0.33 |
| Hex | 39 | 34 | 74 | 33 | 37 | 0 | 37 | F5 | 26 | 21 |
| Octal | 71 | 64 | 164 | 63 | 67 | 0 | 67 | 365 | 46 | 41 |
| Binary | 111001 | 110100 | 1110100 | 110011 | 110111 | 0 | 110111 | 11110101 | 100110 | 100001 |
Color Harmonies of #393474
Complementary color
Monochromatic Colors of #393474
Black with #393474
Text Example
Text Example
White with #393474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393474; }
p { color: rgb(57,52,116); }
H1.HeaderClassName
{
color: #393474;
}
.AnyTagClassName
{
color: #393474;
}
</style>
background-color css
<style>
a { background-color: #393474; }
a { background-color: rgb(57,52,116); }
div.DivClassName
{
background-color: #393474;
}
.BgClassName
{
background-color: #393474;
}
</style>
border-color css
<style>
span { border-color: #393474; }
span { border-color: rgb(57,52,116); }
td.TdClassName
{
border-color: #393474;
}
.TagClassName
{
border-color: #393474;
}
</style>