Shades of Deep Koamaru #282E63
Tints of Deep Koamaru #282E63
RGB
CMYK
RGB Variations
Color information
#282E63 (or 0x282E63) is known color: Deep Koamaru. HEX triplet: 28, 2E and 63. RGB value is (40,46,99). Sum of RGB (Red+Green+Blue) = 40+46+99=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #282E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E63 is #D7D19C. Grayscale: #323232. Windows color (decimal): -14143901 or 6499880. OLE color: 6499880.
HSL color Cylindrical-coordinate representation of color #282E63: hue angle of 233.9º 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 #282E63 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 46 | 99 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.61 |
| HSL | 233.9º | 0.42% | 0.27% | - |
| HSV(B) | 233.9º | 0.6% | 0.39% | - |
| XYZ | 4.1 | 3.31 | 12.23 | - |
| YUV | 50.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 99 | 0.60 | 0.54 | 0 | 0.61 | 233.9 | 0.42 | 0.27 |
| Hex | 28 | 2E | 63 | 3C | 36 | 0 | 3D | EA | 2A | 1B |
| Octal | 50 | 56 | 143 | 74 | 66 | 0 | 75 | 352 | 52 | 33 |
| Binary | 101000 | 101110 | 1100011 | 111100 | 110110 | 0 | 111101 | 11101010 | 101010 | 11011 |
Color Harmonies of #282E63
Complementary color
Monochromatic Colors of #282E63
Black with #282E63
Text Example
Text Example
White with #282E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E63; }
p { color: rgb(40,46,99); }
H1.HeaderClassName
{
color: #282E63;
}
.AnyTagClassName
{
color: #282E63;
}
</style>
background-color css
<style>
a { background-color: #282E63; }
a { background-color: rgb(40,46,99); }
div.DivClassName
{
background-color: #282E63;
}
.BgClassName
{
background-color: #282E63;
}
</style>
border-color css
<style>
span { border-color: #282E63; }
span { border-color: rgb(40,46,99); }
td.TdClassName
{
border-color: #282E63;
}
.TagClassName
{
border-color: #282E63;
}
</style>