Shades of Deep Koamaru #282A77
Tints of Deep Koamaru #282A77
RGB
CMYK
RGB Variations
Color information
#282A77 (or 0x282A77) is known color: Deep Koamaru. HEX triplet: 28, 2A and 77. RGB value is (40,42,119). Sum of RGB (Red+Green+Blue) = 40+42+119=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #282A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282A77 is #D7D588. Grayscale: #313131. Windows color (decimal): -14144905 or 7809576. OLE color: 7809576.
HSL color Cylindrical-coordinate representation of color #282A77: hue angle of 238.48º 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 #282A77 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 42 | 119 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.53 |
| HSL | 238.48º | 0.5% | 0.31% | - |
| HSV(B) | 238.48º | 0.66% | 0.47% | - |
| XYZ | 5.03 | 3.44 | 17.85 | - |
| YUV | 50.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 119 | 0.66 | 0.65 | 0 | 0.53 | 238.48 | 0.5 | 0.31 |
| Hex | 28 | 2A | 77 | 42 | 41 | 0 | 35 | EE | 32 | 1F |
| Octal | 50 | 52 | 167 | 102 | 101 | 0 | 65 | 356 | 62 | 37 |
| Binary | 101000 | 101010 | 1110111 | 1000010 | 1000001 | 0 | 110101 | 11101110 | 110010 | 11111 |
Color Harmonies of #282A77
Complementary color
Monochromatic Colors of #282A77
Black with #282A77
Text Example
Text Example
White with #282A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A77; }
p { color: rgb(40,42,119); }
H1.HeaderClassName
{
color: #282A77;
}
.AnyTagClassName
{
color: #282A77;
}
</style>
background-color css
<style>
a { background-color: #282A77; }
a { background-color: rgb(40,42,119); }
div.DivClassName
{
background-color: #282A77;
}
.BgClassName
{
background-color: #282A77;
}
</style>
border-color css
<style>
span { border-color: #282A77; }
span { border-color: rgb(40,42,119); }
td.TdClassName
{
border-color: #282A77;
}
.TagClassName
{
border-color: #282A77;
}
</style>