Shades of Deep Koamaru #282B63
Tints of Deep Koamaru #282B63
RGB
CMYK
RGB Variations
Color information
#282B63 (or 0x282B63) is known color: Deep Koamaru. HEX triplet: 28, 2B and 63. RGB value is (40,43,99). Sum of RGB (Red+Green+Blue) = 40+43+99=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #282B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B63 is #D7D49C. Grayscale: #303030. Windows color (decimal): -14144669 or 6499112. OLE color: 6499112.
HSL color Cylindrical-coordinate representation of color #282B63: hue angle of 236.95º 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 #282B63 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 43 | 99 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.61 |
| HSL | 236.95º | 0.42% | 0.27% | - |
| HSV(B) | 236.95º | 0.6% | 0.39% | - |
| XYZ | 3.99 | 3.08 | 12.19 | - |
| YUV | 48.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 99 | 0.60 | 0.57 | 0 | 0.61 | 236.95 | 0.42 | 0.27 |
| Hex | 28 | 2B | 63 | 3C | 39 | 0 | 3D | ED | 2A | 1B |
| Octal | 50 | 53 | 143 | 74 | 71 | 0 | 75 | 355 | 52 | 33 |
| Binary | 101000 | 101011 | 1100011 | 111100 | 111001 | 0 | 111101 | 11101101 | 101010 | 11011 |
Color Harmonies of #282B63
Complementary color
Monochromatic Colors of #282B63
Black with #282B63
Text Example
Text Example
White with #282B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B63; }
p { color: rgb(40,43,99); }
H1.HeaderClassName
{
color: #282B63;
}
.AnyTagClassName
{
color: #282B63;
}
</style>
background-color css
<style>
a { background-color: #282B63; }
a { background-color: rgb(40,43,99); }
div.DivClassName
{
background-color: #282B63;
}
.BgClassName
{
background-color: #282B63;
}
</style>
border-color css
<style>
span { border-color: #282B63; }
span { border-color: rgb(40,43,99); }
td.TdClassName
{
border-color: #282B63;
}
.TagClassName
{
border-color: #282B63;
}
</style>