Shades of Deep Koamaru #282B77
Tints of Deep Koamaru #282B77
RGB
CMYK
RGB Variations
Color information
#282B77 (or 0x282B77) is known color: Deep Koamaru. HEX triplet: 28, 2B and 77. RGB value is (40,43,119). Sum of RGB (Red+Green+Blue) = 40+43+119=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #282B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B77 is #D7D488. Grayscale: #323232. Windows color (decimal): -14144649 or 7809832. OLE color: 7809832.
HSL color Cylindrical-coordinate representation of color #282B77: hue angle of 237.72º 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 #282B77 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 43 | 119 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.53 |
| HSL | 237.72º | 0.5% | 0.31% | - |
| HSV(B) | 237.72º | 0.66% | 0.47% | - |
| XYZ | 5.07 | 3.51 | 17.86 | - |
| YUV | 50.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 119 | 0.66 | 0.64 | 0 | 0.53 | 237.72 | 0.5 | 0.31 |
| Hex | 28 | 2B | 77 | 42 | 40 | 0 | 35 | EE | 32 | 1F |
| Octal | 50 | 53 | 167 | 102 | 100 | 0 | 65 | 356 | 62 | 37 |
| Binary | 101000 | 101011 | 1110111 | 1000010 | 1000000 | 0 | 110101 | 11101110 | 110010 | 11111 |
Color Harmonies of #282B77
Complementary color
Monochromatic Colors of #282B77
Black with #282B77
Text Example
Text Example
White with #282B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B77; }
p { color: rgb(40,43,119); }
H1.HeaderClassName
{
color: #282B77;
}
.AnyTagClassName
{
color: #282B77;
}
</style>
background-color css
<style>
a { background-color: #282B77; }
a { background-color: rgb(40,43,119); }
div.DivClassName
{
background-color: #282B77;
}
.BgClassName
{
background-color: #282B77;
}
</style>
border-color css
<style>
span { border-color: #282B77; }
span { border-color: rgb(40,43,119); }
td.TdClassName
{
border-color: #282B77;
}
.TagClassName
{
border-color: #282B77;
}
</style>