Shades of Deep Koamaru #282E71
Tints of Deep Koamaru #282E71
RGB
CMYK
RGB Variations
Color information
#282E71 (or 0x282E71) is known color: Deep Koamaru. HEX triplet: 28, 2E and 71. RGB value is (40,46,113). Sum of RGB (Red+Green+Blue) = 40+46+113=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #282E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E71 is #D7D18E. Grayscale: #333333. Windows color (decimal): -14143887 or 7417384. OLE color: 7417384.
HSL color Cylindrical-coordinate representation of color #282E71: hue angle of 235.07º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #282E71 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 46 | 113 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.56 |
| HSL | 235.07º | 0.48% | 0.3% | - |
| HSV(B) | 235.07º | 0.65% | 0.44% | - |
| XYZ | 4.83 | 3.6 | 16.06 | - |
| YUV | 51.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 113 | 0.65 | 0.59 | 0 | 0.56 | 235.07 | 0.48 | 0.3 |
| Hex | 28 | 2E | 71 | 41 | 3B | 0 | 38 | EB | 30 | 1E |
| Octal | 50 | 56 | 161 | 101 | 73 | 0 | 70 | 353 | 60 | 36 |
| Binary | 101000 | 101110 | 1110001 | 1000001 | 111011 | 0 | 111000 | 11101011 | 110000 | 11110 |
Color Harmonies of #282E71
Complementary color
Monochromatic Colors of #282E71
Black with #282E71
Text Example
Text Example
White with #282E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E71; }
p { color: rgb(40,46,113); }
H1.HeaderClassName
{
color: #282E71;
}
.AnyTagClassName
{
color: #282E71;
}
</style>
background-color css
<style>
a { background-color: #282E71; }
a { background-color: rgb(40,46,113); }
div.DivClassName
{
background-color: #282E71;
}
.BgClassName
{
background-color: #282E71;
}
</style>
border-color css
<style>
span { border-color: #282E71; }
span { border-color: rgb(40,46,113); }
td.TdClassName
{
border-color: #282E71;
}
.TagClassName
{
border-color: #282E71;
}
</style>