Shades of Deep Koamaru #282962
Tints of Deep Koamaru #282962
RGB
CMYK
RGB Variations
Color information
#282962 (or 0x282962) is known color: Deep Koamaru. HEX triplet: 28, 29 and 62. RGB value is (40,41,98). Sum of RGB (Red+Green+Blue) = 40+41+98=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #282962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282962 is #D7D69D. Grayscale: #2E2E2E. Windows color (decimal): -14145182 or 6433064. OLE color: 6433064.
HSL color Cylindrical-coordinate representation of color #282962: hue angle of 238.97º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #282962 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 41 | 98 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.62 |
| HSL | 238.97º | 0.42% | 0.27% | - |
| HSV(B) | 238.97º | 0.59% | 0.38% | - |
| XYZ | 3.87 | 2.92 | 11.91 | - |
| YUV | 47.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 98 | 0.59 | 0.58 | 0 | 0.62 | 238.97 | 0.42 | 0.27 |
| Hex | 28 | 29 | 62 | 3B | 3A | 0 | 3E | EF | 2A | 1B |
| Octal | 50 | 51 | 142 | 73 | 72 | 0 | 76 | 357 | 52 | 33 |
| Binary | 101000 | 101001 | 1100010 | 111011 | 111010 | 0 | 111110 | 11101111 | 101010 | 11011 |
Color Harmonies of #282962
Complementary color
Monochromatic Colors of #282962
Black with #282962
Text Example
Text Example
White with #282962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282962; }
p { color: rgb(40,41,98); }
H1.HeaderClassName
{
color: #282962;
}
.AnyTagClassName
{
color: #282962;
}
</style>
background-color css
<style>
a { background-color: #282962; }
a { background-color: rgb(40,41,98); }
div.DivClassName
{
background-color: #282962;
}
.BgClassName
{
background-color: #282962;
}
</style>
border-color css
<style>
span { border-color: #282962; }
span { border-color: rgb(40,41,98); }
td.TdClassName
{
border-color: #282962;
}
.TagClassName
{
border-color: #282962;
}
</style>