Shades of Deep Koamaru #282A76
Tints of Deep Koamaru #282A76
RGB
CMYK
RGB Variations
Color information
#282A76 (or 0x282A76) is known color: Deep Koamaru. HEX triplet: 28, 2A and 76. RGB value is (40,42,118). Sum of RGB (Red+Green+Blue) = 40+42+118=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #282A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282A76 is #D7D589. Grayscale: #313131. Windows color (decimal): -14144906 or 7744040. OLE color: 7744040.
HSL color Cylindrical-coordinate representation of color #282A76: hue angle of 238.46º 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 #282A76 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 42 | 118 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.54 |
| HSL | 238.46º | 0.49% | 0.31% | - |
| HSV(B) | 238.46º | 0.66% | 0.46% | - |
| XYZ | 4.97 | 3.42 | 17.54 | - |
| YUV | 50.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 118 | 0.66 | 0.64 | 0 | 0.54 | 238.46 | 0.49 | 0.31 |
| Hex | 28 | 2A | 76 | 42 | 40 | 0 | 36 | EE | 31 | 1F |
| Octal | 50 | 52 | 166 | 102 | 100 | 0 | 66 | 356 | 61 | 37 |
| Binary | 101000 | 101010 | 1110110 | 1000010 | 1000000 | 0 | 110110 | 11101110 | 110001 | 11111 |
Color Harmonies of #282A76
Complementary color
Monochromatic Colors of #282A76
Black with #282A76
Text Example
Text Example
White with #282A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A76; }
p { color: rgb(40,42,118); }
H1.HeaderClassName
{
color: #282A76;
}
.AnyTagClassName
{
color: #282A76;
}
</style>
background-color css
<style>
a { background-color: #282A76; }
a { background-color: rgb(40,42,118); }
div.DivClassName
{
background-color: #282A76;
}
.BgClassName
{
background-color: #282A76;
}
</style>
border-color css
<style>
span { border-color: #282A76; }
span { border-color: rgb(40,42,118); }
td.TdClassName
{
border-color: #282A76;
}
.TagClassName
{
border-color: #282A76;
}
</style>