Shades of Deep Koamaru #282D63
Tints of Deep Koamaru #282D63
RGB
CMYK
RGB Variations
Color information
#282D63 (or 0x282D63) is known color: Deep Koamaru. HEX triplet: 28, 2D and 63. RGB value is (40,45,99). Sum of RGB (Red+Green+Blue) = 40+45+99=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #282D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D63 is #D7D29C. Grayscale: #313131. Windows color (decimal): -14144157 or 6499624. OLE color: 6499624.
HSL color Cylindrical-coordinate representation of color #282D63: hue angle of 234.92º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #282D63 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 45 | 99 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.61 |
| HSL | 234.92º | 0.42% | 0.27% | - |
| HSV(B) | 234.92º | 0.6% | 0.39% | - |
| XYZ | 4.07 | 3.23 | 12.21 | - |
| YUV | 49.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 99 | 0.60 | 0.55 | 0 | 0.61 | 234.92 | 0.42 | 0.27 |
| Hex | 28 | 2D | 63 | 3C | 37 | 0 | 3D | EB | 2A | 1B |
| Octal | 50 | 55 | 143 | 74 | 67 | 0 | 75 | 353 | 52 | 33 |
| Binary | 101000 | 101101 | 1100011 | 111100 | 110111 | 0 | 111101 | 11101011 | 101010 | 11011 |
Color Harmonies of #282D63
Complementary color
Monochromatic Colors of #282D63
Black with #282D63
Text Example
Text Example
White with #282D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D63; }
p { color: rgb(40,45,99); }
H1.HeaderClassName
{
color: #282D63;
}
.AnyTagClassName
{
color: #282D63;
}
</style>
background-color css
<style>
a { background-color: #282D63; }
a { background-color: rgb(40,45,99); }
div.DivClassName
{
background-color: #282D63;
}
.BgClassName
{
background-color: #282D63;
}
</style>
border-color css
<style>
span { border-color: #282D63; }
span { border-color: rgb(40,45,99); }
td.TdClassName
{
border-color: #282D63;
}
.TagClassName
{
border-color: #282D63;
}
</style>