Shades of Deep Koamaru #393B69
Tints of Deep Koamaru #393B69
RGB
CMYK
RGB Variations
Color information
#393B69 (or 0x393B69) is known color: Deep Koamaru. HEX triplet: 39, 3B and 69. RGB value is (57,59,105). Sum of RGB (Red+Green+Blue) = 57+59+105=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #393B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B69 is #C6C496. Grayscale: #3F3F3F. Windows color (decimal): -13026455 or 6896441. OLE color: 6896441.
HSL color Cylindrical-coordinate representation of color #393B69: hue angle of 237.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #393B69 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 59 | 105 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.59 |
| HSL | 237.5º | 0.3% | 0.32% | - |
| HSV(B) | 237.5º | 0.46% | 0.41% | - |
| XYZ | 5.8 | 5.02 | 14.03 | - |
| YUV | 63.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 105 | 0.46 | 0.44 | 0 | 0.59 | 237.5 | 0.3 | 0.32 |
| Hex | 39 | 3B | 69 | 2E | 2C | 0 | 3B | EE | 1E | 20 |
| Octal | 71 | 73 | 151 | 56 | 54 | 0 | 73 | 356 | 36 | 40 |
| Binary | 111001 | 111011 | 1101001 | 101110 | 101100 | 0 | 111011 | 11101110 | 11110 | 100000 |
Color Harmonies of #393B69
Complementary color
Monochromatic Colors of #393B69
Black with #393B69
Text Example
Text Example
White with #393B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B69; }
p { color: rgb(57,59,105); }
H1.HeaderClassName
{
color: #393B69;
}
.AnyTagClassName
{
color: #393B69;
}
</style>
background-color css
<style>
a { background-color: #393B69; }
a { background-color: rgb(57,59,105); }
div.DivClassName
{
background-color: #393B69;
}
.BgClassName
{
background-color: #393B69;
}
</style>
border-color css
<style>
span { border-color: #393B69; }
span { border-color: rgb(57,59,105); }
td.TdClassName
{
border-color: #393B69;
}
.TagClassName
{
border-color: #393B69;
}
</style>