Shades of Deep Koamaru #282C6B
Tints of Deep Koamaru #282C6B
RGB
CMYK
RGB Variations
Color information
#282C6B (or 0x282C6B) is known color: Deep Koamaru. HEX triplet: 28, 2C and 6B. RGB value is (40,44,107). Sum of RGB (Red+Green+Blue) = 40+44+107=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #282C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C6B is #D7D394. Grayscale: #313131. Windows color (decimal): -14144405 or 7023656. OLE color: 7023656.
HSL color Cylindrical-coordinate representation of color #282C6B: hue angle of 236.42º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282C6B is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 44 | 107 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.58 |
| HSL | 236.42º | 0.46% | 0.29% | - |
| HSV(B) | 236.42º | 0.63% | 0.42% | - |
| XYZ | 4.43 | 3.31 | 14.32 | - |
| YUV | 49.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 107 | 0.63 | 0.59 | 0 | 0.58 | 236.42 | 0.46 | 0.29 |
| Hex | 28 | 2C | 6B | 3F | 3B | 0 | 3A | EC | 2E | 1D |
| Octal | 50 | 54 | 153 | 77 | 73 | 0 | 72 | 354 | 56 | 35 |
| Binary | 101000 | 101100 | 1101011 | 111111 | 111011 | 0 | 111010 | 11101100 | 101110 | 11101 |
Color Harmonies of #282C6B
Complementary color
Monochromatic Colors of #282C6B
Black with #282C6B
Text Example
Text Example
White with #282C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C6B; }
p { color: rgb(40,44,107); }
H1.HeaderClassName
{
color: #282C6B;
}
.AnyTagClassName
{
color: #282C6B;
}
</style>
background-color css
<style>
a { background-color: #282C6B; }
a { background-color: rgb(40,44,107); }
div.DivClassName
{
background-color: #282C6B;
}
.BgClassName
{
background-color: #282C6B;
}
</style>
border-color css
<style>
span { border-color: #282C6B; }
span { border-color: rgb(40,44,107); }
td.TdClassName
{
border-color: #282C6B;
}
.TagClassName
{
border-color: #282C6B;
}
</style>