Shades of Deep Koamaru #282977
Tints of Deep Koamaru #282977
RGB
CMYK
RGB Variations
Color information
#282977 (or 0x282977) is known color: Deep Koamaru. HEX triplet: 28, 29 and 77. RGB value is (40,41,119). Sum of RGB (Red+Green+Blue) = 40+41+119=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #282977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282977 is #D7D688. Grayscale: #313131. Windows color (decimal): -14145161 or 7809320. OLE color: 7809320.
HSL color Cylindrical-coordinate representation of color #282977: hue angle of 239.24º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #282977 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 41 | 119 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.53 |
| HSL | 239.24º | 0.5% | 0.31% | - |
| HSV(B) | 239.24º | 0.66% | 0.47% | - |
| XYZ | 5 | 3.37 | 17.84 | - |
| YUV | 49.59 | 167.17 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 119 | 0.66 | 0.66 | 0 | 0.53 | 239.24 | 0.5 | 0.31 |
| Hex | 28 | 29 | 77 | 42 | 42 | 0 | 35 | EF | 32 | 1F |
| Octal | 50 | 51 | 167 | 102 | 102 | 0 | 65 | 357 | 62 | 37 |
| Binary | 101000 | 101001 | 1110111 | 1000010 | 1000010 | 0 | 110101 | 11101111 | 110010 | 11111 |
Color Harmonies of #282977
Complementary color
Monochromatic Colors of #282977
Black with #282977
Text Example
Text Example
White with #282977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282977; }
p { color: rgb(40,41,119); }
H1.HeaderClassName
{
color: #282977;
}
.AnyTagClassName
{
color: #282977;
}
</style>
background-color css
<style>
a { background-color: #282977; }
a { background-color: rgb(40,41,119); }
div.DivClassName
{
background-color: #282977;
}
.BgClassName
{
background-color: #282977;
}
</style>
border-color css
<style>
span { border-color: #282977; }
span { border-color: rgb(40,41,119); }
td.TdClassName
{
border-color: #282977;
}
.TagClassName
{
border-color: #282977;
}
</style>