Shades of Deep Koamaru #282B64
Tints of Deep Koamaru #282B64
RGB
CMYK
RGB Variations
Color information
#282B64 (or 0x282B64) is known color: Deep Koamaru. HEX triplet: 28, 2B and 64. RGB value is (40,43,100). Sum of RGB (Red+Green+Blue) = 40+43+100=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #282B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B64 is #D7D49B. Grayscale: #303030. Windows color (decimal): -14144668 or 6564648. OLE color: 6564648.
HSL color Cylindrical-coordinate representation of color #282B64: hue angle of 237º degrees, saturation: 0.43, 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 #282B64 is Cyan = 0.6, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 43 | 100 | - |
| CMYK | 0.6 | 0.57 | 0 | 0.61 |
| HSL | 237º | 0.43% | 0.27% | - |
| HSV(B) | 237º | 0.6% | 0.39% | - |
| XYZ | 4.04 | 3.1 | 12.44 | - |
| YUV | 48.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 100 | 0.6 | 0.57 | 0 | 0.61 | 237 | 0.43 | 0.27 |
| Hex | 28 | 2B | 64 | 3C | 39 | 0 | 3D | ED | 2B | 1B |
| Octal | 50 | 53 | 144 | 74 | 71 | 0 | 75 | 355 | 53 | 33 |
| Binary | 101000 | 101011 | 1100100 | 111100 | 111001 | 0 | 111101 | 11101101 | 101011 | 11011 |
Color Harmonies of #282B64
Complementary color
Monochromatic Colors of #282B64
Black with #282B64
Text Example
Text Example
White with #282B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B64; }
p { color: rgb(40,43,100); }
H1.HeaderClassName
{
color: #282B64;
}
.AnyTagClassName
{
color: #282B64;
}
</style>
background-color css
<style>
a { background-color: #282B64; }
a { background-color: rgb(40,43,100); }
div.DivClassName
{
background-color: #282B64;
}
.BgClassName
{
background-color: #282B64;
}
</style>
border-color css
<style>
span { border-color: #282B64; }
span { border-color: rgb(40,43,100); }
td.TdClassName
{
border-color: #282B64;
}
.TagClassName
{
border-color: #282B64;
}
</style>