Shades of Deep Koamaru #282D76
Tints of Deep Koamaru #282D76
RGB
CMYK
RGB Variations
Color information
#282D76 (or 0x282D76) is known color: Deep Koamaru. HEX triplet: 28, 2D and 76. RGB value is (40,45,118). Sum of RGB (Red+Green+Blue) = 40+45+118=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #282D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D76 is #D7D289. Grayscale: #333333. Windows color (decimal): -14144138 or 7744808. OLE color: 7744808.
HSL color Cylindrical-coordinate representation of color #282D76: hue angle of 236.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #282D76 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 45 | 118 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.54 |
| HSL | 236.15º | 0.49% | 0.31% | - |
| HSV(B) | 236.15º | 0.66% | 0.46% | - |
| XYZ | 5.08 | 3.64 | 17.57 | - |
| YUV | 51.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 118 | 0.66 | 0.62 | 0 | 0.54 | 236.15 | 0.49 | 0.31 |
| Hex | 28 | 2D | 76 | 42 | 3E | 0 | 36 | EC | 31 | 1F |
| Octal | 50 | 55 | 166 | 102 | 76 | 0 | 66 | 354 | 61 | 37 |
| Binary | 101000 | 101101 | 1110110 | 1000010 | 111110 | 0 | 110110 | 11101100 | 110001 | 11111 |
Color Harmonies of #282D76
Complementary color
Monochromatic Colors of #282D76
Black with #282D76
Text Example
Text Example
White with #282D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D76; }
p { color: rgb(40,45,118); }
H1.HeaderClassName
{
color: #282D76;
}
.AnyTagClassName
{
color: #282D76;
}
</style>
background-color css
<style>
a { background-color: #282D76; }
a { background-color: rgb(40,45,118); }
div.DivClassName
{
background-color: #282D76;
}
.BgClassName
{
background-color: #282D76;
}
</style>
border-color css
<style>
span { border-color: #282D76; }
span { border-color: rgb(40,45,118); }
td.TdClassName
{
border-color: #282D76;
}
.TagClassName
{
border-color: #282D76;
}
</style>