Shades of Deep Koamaru #282D68
Tints of Deep Koamaru #282D68
RGB
CMYK
RGB Variations
Color information
#282D68 (or 0x282D68) is known color: Deep Koamaru. HEX triplet: 28, 2D and 68. RGB value is (40,45,104). Sum of RGB (Red+Green+Blue) = 40+45+104=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #282D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D68 is #D7D297. Grayscale: #313131. Windows color (decimal): -14144152 or 6827304. OLE color: 6827304.
HSL color Cylindrical-coordinate representation of color #282D68: hue angle of 235.31º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #282D68 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 45 | 104 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.59 |
| HSL | 235.31º | 0.44% | 0.28% | - |
| HSV(B) | 235.31º | 0.62% | 0.41% | - |
| XYZ | 4.31 | 3.33 | 13.51 | - |
| YUV | 50.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 104 | 0.62 | 0.57 | 0 | 0.59 | 235.31 | 0.44 | 0.28 |
| Hex | 28 | 2D | 68 | 3E | 39 | 0 | 3B | EB | 2C | 1C |
| Octal | 50 | 55 | 150 | 76 | 71 | 0 | 73 | 353 | 54 | 34 |
| Binary | 101000 | 101101 | 1101000 | 111110 | 111001 | 0 | 111011 | 11101011 | 101100 | 11100 |
Color Harmonies of #282D68
Complementary color
Monochromatic Colors of #282D68
Black with #282D68
Text Example
Text Example
White with #282D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D68; }
p { color: rgb(40,45,104); }
H1.HeaderClassName
{
color: #282D68;
}
.AnyTagClassName
{
color: #282D68;
}
</style>
background-color css
<style>
a { background-color: #282D68; }
a { background-color: rgb(40,45,104); }
div.DivClassName
{
background-color: #282D68;
}
.BgClassName
{
background-color: #282D68;
}
</style>
border-color css
<style>
span { border-color: #282D68; }
span { border-color: rgb(40,45,104); }
td.TdClassName
{
border-color: #282D68;
}
.TagClassName
{
border-color: #282D68;
}
</style>