Shades of Deep Koamaru #282D65
Tints of Deep Koamaru #282D65
RGB
CMYK
RGB Variations
Color information
#282D65 (or 0x282D65) is known color: Deep Koamaru. HEX triplet: 28, 2D and 65. RGB value is (40,45,101). Sum of RGB (Red+Green+Blue) = 40+45+101=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #282D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D65 is #D7D29A. Grayscale: #313131. Windows color (decimal): -14144155 or 6630696. OLE color: 6630696.
HSL color Cylindrical-coordinate representation of color #282D65: hue angle of 235.08º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #282D65 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 45 | 101 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.60 |
| HSL | 235.08º | 0.43% | 0.28% | - |
| HSV(B) | 235.08º | 0.6% | 0.4% | - |
| XYZ | 4.16 | 3.27 | 12.72 | - |
| YUV | 49.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 101 | 0.60 | 0.55 | 0 | 0.60 | 235.08 | 0.43 | 0.28 |
| Hex | 28 | 2D | 65 | 3C | 37 | 0 | 3C | EB | 2B | 1C |
| Octal | 50 | 55 | 145 | 74 | 67 | 0 | 74 | 353 | 53 | 34 |
| Binary | 101000 | 101101 | 1100101 | 111100 | 110111 | 0 | 111100 | 11101011 | 101011 | 11100 |
Color Harmonies of #282D65
Complementary color
Monochromatic Colors of #282D65
Black with #282D65
Text Example
Text Example
White with #282D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D65; }
p { color: rgb(40,45,101); }
H1.HeaderClassName
{
color: #282D65;
}
.AnyTagClassName
{
color: #282D65;
}
</style>
background-color css
<style>
a { background-color: #282D65; }
a { background-color: rgb(40,45,101); }
div.DivClassName
{
background-color: #282D65;
}
.BgClassName
{
background-color: #282D65;
}
</style>
border-color css
<style>
span { border-color: #282D65; }
span { border-color: rgb(40,45,101); }
td.TdClassName
{
border-color: #282D65;
}
.TagClassName
{
border-color: #282D65;
}
</style>