Shades of Deep Koamaru #282868
Tints of Deep Koamaru #282868
RGB
CMYK
RGB Variations
Color information
#282868 (or 0x282868) is known color: Deep Koamaru. HEX triplet: 28, 28 and 68. RGB value is (40,40,104). Sum of RGB (Red+Green+Blue) = 40+40+104=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #282868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282868 is #D7D797. Grayscale: #2F2F2F. Windows color (decimal): -14145432 or 6826024. OLE color: 6826024.
HSL color Cylindrical-coordinate representation of color #282868: hue angle of 240º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #282868 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 40 | 104 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.59 |
| HSL | 240º | 0.44% | 0.28% | - |
| HSV(B) | 240º | 0.62% | 0.41% | - |
| XYZ | 4.13 | 2.97 | 13.45 | - |
| YUV | 47.3 | 160 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 104 | 0.62 | 0.62 | 0 | 0.59 | 240 | 0.44 | 0.28 |
| Hex | 28 | 28 | 68 | 3E | 3E | 0 | 3B | F0 | 2C | 1C |
| Octal | 50 | 50 | 150 | 76 | 76 | 0 | 73 | 360 | 54 | 34 |
| Binary | 101000 | 101000 | 1101000 | 111110 | 111110 | 0 | 111011 | 11110000 | 101100 | 11100 |
Color Harmonies of #282868
Complementary color
Monochromatic Colors of #282868
Black with #282868
Text Example
Text Example
White with #282868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282868; }
p { color: rgb(40,40,104); }
H1.HeaderClassName
{
color: #282868;
}
.AnyTagClassName
{
color: #282868;
}
</style>
background-color css
<style>
a { background-color: #282868; }
a { background-color: rgb(40,40,104); }
div.DivClassName
{
background-color: #282868;
}
.BgClassName
{
background-color: #282868;
}
</style>
border-color css
<style>
span { border-color: #282868; }
span { border-color: rgb(40,40,104); }
td.TdClassName
{
border-color: #282868;
}
.TagClassName
{
border-color: #282868;
}
</style>