Shades of Deep Koamaru #393C67
Tints of Deep Koamaru #393C67
RGB
CMYK
RGB Variations
Color information
#393C67 (or 0x393C67) is known color: Deep Koamaru. HEX triplet: 39, 3C and 67. RGB value is (57,60,103). Sum of RGB (Red+Green+Blue) = 57+60+103=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #393C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C67 is #C6C398. Grayscale: #3F3F3F. Windows color (decimal): -13026201 or 6765625. OLE color: 6765625.
HSL color Cylindrical-coordinate representation of color #393C67: hue angle of 236.09º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393C67 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 60 | 103 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.60 |
| HSL | 236.09º | 0.29% | 0.31% | - |
| HSV(B) | 236.09º | 0.45% | 0.4% | - |
| XYZ | 5.75 | 5.08 | 13.51 | - |
| YUV | 64.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 103 | 0.45 | 0.42 | 0 | 0.60 | 236.09 | 0.29 | 0.31 |
| Hex | 39 | 3C | 67 | 2D | 2A | 0 | 3C | EC | 1D | 1F |
| Octal | 71 | 74 | 147 | 55 | 52 | 0 | 74 | 354 | 35 | 37 |
| Binary | 111001 | 111100 | 1100111 | 101101 | 101010 | 0 | 111100 | 11101100 | 11101 | 11111 |
Color Harmonies of #393C67
Complementary color
Monochromatic Colors of #393C67
Black with #393C67
Text Example
Text Example
White with #393C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C67; }
p { color: rgb(57,60,103); }
H1.HeaderClassName
{
color: #393C67;
}
.AnyTagClassName
{
color: #393C67;
}
</style>
background-color css
<style>
a { background-color: #393C67; }
a { background-color: rgb(57,60,103); }
div.DivClassName
{
background-color: #393C67;
}
.BgClassName
{
background-color: #393C67;
}
</style>
border-color css
<style>
span { border-color: #393C67; }
span { border-color: rgb(57,60,103); }
td.TdClassName
{
border-color: #393C67;
}
.TagClassName
{
border-color: #393C67;
}
</style>