Shades of Deep Koamaru #393B62
Tints of Deep Koamaru #393B62
RGB
CMYK
RGB Variations
Color information
#393B62 (or 0x393B62) is known color: Deep Koamaru. HEX triplet: 39, 3B and 62. RGB value is (57,59,98). Sum of RGB (Red+Green+Blue) = 57+59+98=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #393B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B62 is #C6C49D. Grayscale: #3E3E3E. Windows color (decimal): -13026462 or 6437689. OLE color: 6437689.
HSL color Cylindrical-coordinate representation of color #393B62: hue angle of 237.07º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #393B62 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 59 | 98 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.62 |
| HSL | 237.07º | 0.26% | 0.3% | - |
| HSV(B) | 237.07º | 0.42% | 0.38% | - |
| XYZ | 5.46 | 4.88 | 12.21 | - |
| YUV | 62.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 98 | 0.42 | 0.40 | 0 | 0.62 | 237.07 | 0.26 | 0.3 |
| Hex | 39 | 3B | 62 | 2A | 28 | 0 | 3E | ED | 1A | 1E |
| Octal | 71 | 73 | 142 | 52 | 50 | 0 | 76 | 355 | 32 | 36 |
| Binary | 111001 | 111011 | 1100010 | 101010 | 101000 | 0 | 111110 | 11101101 | 11010 | 11110 |
Color Harmonies of #393B62
Complementary color
Monochromatic Colors of #393B62
Black with #393B62
Text Example
Text Example
White with #393B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B62; }
p { color: rgb(57,59,98); }
H1.HeaderClassName
{
color: #393B62;
}
.AnyTagClassName
{
color: #393B62;
}
</style>
background-color css
<style>
a { background-color: #393B62; }
a { background-color: rgb(57,59,98); }
div.DivClassName
{
background-color: #393B62;
}
.BgClassName
{
background-color: #393B62;
}
</style>
border-color css
<style>
span { border-color: #393B62; }
span { border-color: rgb(57,59,98); }
td.TdClassName
{
border-color: #393B62;
}
.TagClassName
{
border-color: #393B62;
}
</style>