Shades of Deep Koamaru #383866
Tints of Deep Koamaru #383866
RGB
CMYK
RGB Variations
Color information
#383866 (or 0x383866) is known color: Deep Koamaru. HEX triplet: 38, 38 and 66. RGB value is (56,56,102). Sum of RGB (Red+Green+Blue) = 56+56+102=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #383866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383866 is #C7C799. Grayscale: #3D3D3D. Windows color (decimal): -13092762 or 6699064. OLE color: 6699064.
HSL color Cylindrical-coordinate representation of color #383866: hue angle of 240º 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 #383866 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 56 | 56 | 102 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.6 |
| HSL | 240º | 0.29% | 0.31% | - |
| HSV(B) | 240º | 0.45% | 0.4% | - |
| XYZ | 5.44 | 4.63 | 13.18 | - |
| YUV | 61.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 102 | 0.45 | 0.45 | 0 | 0.6 | 240 | 0.29 | 0.31 |
| Hex | 38 | 38 | 66 | 2D | 2D | 0 | 3C | F0 | 1D | 1F |
| Octal | 70 | 70 | 146 | 55 | 55 | 0 | 74 | 360 | 35 | 37 |
| Binary | 111000 | 111000 | 1100110 | 101101 | 101101 | 0 | 111100 | 11110000 | 11101 | 11111 |
Color Harmonies of #383866
Complementary color
Monochromatic Colors of #383866
Black with #383866
Text Example
Text Example
White with #383866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383866; }
p { color: rgb(56,56,102); }
H1.HeaderClassName
{
color: #383866;
}
.AnyTagClassName
{
color: #383866;
}
</style>
background-color css
<style>
a { background-color: #383866; }
a { background-color: rgb(56,56,102); }
div.DivClassName
{
background-color: #383866;
}
.BgClassName
{
background-color: #383866;
}
</style>
border-color css
<style>
span { border-color: #383866; }
span { border-color: rgb(56,56,102); }
td.TdClassName
{
border-color: #383866;
}
.TagClassName
{
border-color: #383866;
}
</style>