Shades of Deep Koamaru #282866
Tints of Deep Koamaru #282866
RGB
CMYK
RGB Variations
Color information
#282866 (or 0x282866) is known color: Deep Koamaru. HEX triplet: 28, 28 and 66. RGB value is (40,40,102). Sum of RGB (Red+Green+Blue) = 40+40+102=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #282866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282866 is #D7D799. Grayscale: #2E2E2E. Windows color (decimal): -14145434 or 6694952. OLE color: 6694952.
HSL color Cylindrical-coordinate representation of color #282866: hue angle of 240º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #282866 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 40 | 102 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.6 |
| HSL | 240º | 0.44% | 0.28% | - |
| HSV(B) | 240º | 0.61% | 0.4% | - |
| XYZ | 4.03 | 2.93 | 12.92 | - |
| YUV | 47.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 102 | 0.61 | 0.61 | 0 | 0.6 | 240 | 0.44 | 0.28 |
| Hex | 28 | 28 | 66 | 3D | 3D | 0 | 3C | F0 | 2C | 1C |
| Octal | 50 | 50 | 146 | 75 | 75 | 0 | 74 | 360 | 54 | 34 |
| Binary | 101000 | 101000 | 1100110 | 111101 | 111101 | 0 | 111100 | 11110000 | 101100 | 11100 |
Color Harmonies of #282866
Complementary color
Monochromatic Colors of #282866
Black with #282866
Text Example
Text Example
White with #282866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282866; }
p { color: rgb(40,40,102); }
H1.HeaderClassName
{
color: #282866;
}
.AnyTagClassName
{
color: #282866;
}
</style>
background-color css
<style>
a { background-color: #282866; }
a { background-color: rgb(40,40,102); }
div.DivClassName
{
background-color: #282866;
}
.BgClassName
{
background-color: #282866;
}
</style>
border-color css
<style>
span { border-color: #282866; }
span { border-color: rgb(40,40,102); }
td.TdClassName
{
border-color: #282866;
}
.TagClassName
{
border-color: #282866;
}
</style>