Shades of Deep Koamaru #282D66
Tints of Deep Koamaru #282D66
RGB
CMYK
RGB Variations
Color information
#282D66 (or 0x282D66) is known color: Deep Koamaru. HEX triplet: 28, 2D and 66. RGB value is (40,45,102). Sum of RGB (Red+Green+Blue) = 40+45+102=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #282D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D66 is #D7D299. Grayscale: #313131. Windows color (decimal): -14144154 or 6696232. OLE color: 6696232.
HSL color Cylindrical-coordinate representation of color #282D66: hue angle of 235.16º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #282D66 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 45 | 102 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.6 |
| HSL | 235.16º | 0.44% | 0.28% | - |
| HSV(B) | 235.16º | 0.61% | 0.4% | - |
| XYZ | 4.21 | 3.29 | 12.98 | - |
| YUV | 50 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 102 | 0.61 | 0.56 | 0 | 0.6 | 235.16 | 0.44 | 0.28 |
| Hex | 28 | 2D | 66 | 3D | 38 | 0 | 3C | EB | 2C | 1C |
| Octal | 50 | 55 | 146 | 75 | 70 | 0 | 74 | 353 | 54 | 34 |
| Binary | 101000 | 101101 | 1100110 | 111101 | 111000 | 0 | 111100 | 11101011 | 101100 | 11100 |
Color Harmonies of #282D66
Complementary color
Monochromatic Colors of #282D66
Black with #282D66
Text Example
Text Example
White with #282D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D66; }
p { color: rgb(40,45,102); }
H1.HeaderClassName
{
color: #282D66;
}
.AnyTagClassName
{
color: #282D66;
}
</style>
background-color css
<style>
a { background-color: #282D66; }
a { background-color: rgb(40,45,102); }
div.DivClassName
{
background-color: #282D66;
}
.BgClassName
{
background-color: #282D66;
}
</style>
border-color css
<style>
span { border-color: #282D66; }
span { border-color: rgb(40,45,102); }
td.TdClassName
{
border-color: #282D66;
}
.TagClassName
{
border-color: #282D66;
}
</style>