Shades of Deep Koamaru #282D61
Tints of Deep Koamaru #282D61
RGB
CMYK
RGB Variations
Color information
#282D61 (or 0x282D61) is known color: Deep Koamaru. HEX triplet: 28, 2D and 61. RGB value is (40,45,97). Sum of RGB (Red+Green+Blue) = 40+45+97=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #282D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D61 is #D7D29E. Grayscale: #313131. Windows color (decimal): -14144159 or 6368552. OLE color: 6368552.
HSL color Cylindrical-coordinate representation of color #282D61: hue angle of 234.74º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #282D61 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 45 | 97 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.62 |
| HSL | 234.74º | 0.42% | 0.27% | - |
| HSV(B) | 234.74º | 0.59% | 0.38% | - |
| XYZ | 3.97 | 3.19 | 11.72 | - |
| YUV | 49.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 97 | 0.59 | 0.54 | 0 | 0.62 | 234.74 | 0.42 | 0.27 |
| Hex | 28 | 2D | 61 | 3B | 36 | 0 | 3E | EB | 2A | 1B |
| Octal | 50 | 55 | 141 | 73 | 66 | 0 | 76 | 353 | 52 | 33 |
| Binary | 101000 | 101101 | 1100001 | 111011 | 110110 | 0 | 111110 | 11101011 | 101010 | 11011 |
Color Harmonies of #282D61
Complementary color
Monochromatic Colors of #282D61
Black with #282D61
Text Example
Text Example
White with #282D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D61; }
p { color: rgb(40,45,97); }
H1.HeaderClassName
{
color: #282D61;
}
.AnyTagClassName
{
color: #282D61;
}
</style>
background-color css
<style>
a { background-color: #282D61; }
a { background-color: rgb(40,45,97); }
div.DivClassName
{
background-color: #282D61;
}
.BgClassName
{
background-color: #282D61;
}
</style>
border-color css
<style>
span { border-color: #282D61; }
span { border-color: rgb(40,45,97); }
td.TdClassName
{
border-color: #282D61;
}
.TagClassName
{
border-color: #282D61;
}
</style>