Shades of Deep Koamaru #282C77
Tints of Deep Koamaru #282C77
RGB
CMYK
RGB Variations
Color information
#282C77 (or 0x282C77) is known color: Deep Koamaru. HEX triplet: 28, 2C and 77. RGB value is (40,44,119). Sum of RGB (Red+Green+Blue) = 40+44+119=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #282C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C77 is #D7D388. Grayscale: #333333. Windows color (decimal): -14144393 or 7810088. OLE color: 7810088.
HSL color Cylindrical-coordinate representation of color #282C77: hue angle of 236.96º 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 #282C77 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 44 | 119 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.53 |
| HSL | 236.96º | 0.5% | 0.31% | - |
| HSV(B) | 236.96º | 0.66% | 0.47% | - |
| XYZ | 5.11 | 3.58 | 17.88 | - |
| YUV | 51.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 119 | 0.66 | 0.63 | 0 | 0.53 | 236.96 | 0.5 | 0.31 |
| Hex | 28 | 2C | 77 | 42 | 3F | 0 | 35 | ED | 32 | 1F |
| Octal | 50 | 54 | 167 | 102 | 77 | 0 | 65 | 355 | 62 | 37 |
| Binary | 101000 | 101100 | 1110111 | 1000010 | 111111 | 0 | 110101 | 11101101 | 110010 | 11111 |
Color Harmonies of #282C77
Complementary color
Monochromatic Colors of #282C77
Black with #282C77
Text Example
Text Example
White with #282C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C77; }
p { color: rgb(40,44,119); }
H1.HeaderClassName
{
color: #282C77;
}
.AnyTagClassName
{
color: #282C77;
}
</style>
background-color css
<style>
a { background-color: #282C77; }
a { background-color: rgb(40,44,119); }
div.DivClassName
{
background-color: #282C77;
}
.BgClassName
{
background-color: #282C77;
}
</style>
border-color css
<style>
span { border-color: #282C77; }
span { border-color: rgb(40,44,119); }
td.TdClassName
{
border-color: #282C77;
}
.TagClassName
{
border-color: #282C77;
}
</style>