Shades of Deep Koamaru #282964
Tints of Deep Koamaru #282964
RGB
CMYK
RGB Variations
Color information
#282964 (or 0x282964) is known color: Deep Koamaru. HEX triplet: 28, 29 and 64. RGB value is (40,41,100). Sum of RGB (Red+Green+Blue) = 40+41+100=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 100 (39.45% from 255 or 55.25% from 181); Max value from RGB is 100 - color contains mainly: blue. Hex color #282964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282964 is #D7D69B. Grayscale: #2F2F2F. Windows color (decimal): -14145180 or 6564136. OLE color: 6564136.
HSL color Cylindrical-coordinate representation of color #282964: hue angle of 239º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #282964 is Cyan = 0.6, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 41 | 100 | - |
| CMYK | 0.6 | 0.59 | 0 | 0.61 |
| HSL | 239º | 0.43% | 0.27% | - |
| HSV(B) | 239º | 0.6% | 0.39% | - |
| XYZ | 3.97 | 2.96 | 12.42 | - |
| YUV | 47.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 100 | 0.6 | 0.59 | 0 | 0.61 | 239 | 0.43 | 0.27 |
| Hex | 28 | 29 | 64 | 3C | 3B | 0 | 3D | EF | 2B | 1B |
| Octal | 50 | 51 | 144 | 74 | 73 | 0 | 75 | 357 | 53 | 33 |
| Binary | 101000 | 101001 | 1100100 | 111100 | 111011 | 0 | 111101 | 11101111 | 101011 | 11011 |
Color Harmonies of #282964
Complementary color
Monochromatic Colors of #282964
Black with #282964
Text Example
Text Example
White with #282964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282964; }
p { color: rgb(40,41,100); }
H1.HeaderClassName
{
color: #282964;
}
.AnyTagClassName
{
color: #282964;
}
</style>
background-color css
<style>
a { background-color: #282964; }
a { background-color: rgb(40,41,100); }
div.DivClassName
{
background-color: #282964;
}
.BgClassName
{
background-color: #282964;
}
</style>
border-color css
<style>
span { border-color: #282964; }
span { border-color: rgb(40,41,100); }
td.TdClassName
{
border-color: #282964;
}
.TagClassName
{
border-color: #282964;
}
</style>