Shades of Deep Koamaru #282D6D
Tints of Deep Koamaru #282D6D
RGB
CMYK
RGB Variations
Color information
#282D6D (or 0x282D6D) is known color: Deep Koamaru. HEX triplet: 28, 2D and 6D. RGB value is (40,45,109). Sum of RGB (Red+Green+Blue) = 40+45+109=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #282D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D6D is #D7D292. Grayscale: #323232. Windows color (decimal): -14144147 or 7154984. OLE color: 7154984.
HSL color Cylindrical-coordinate representation of color #282D6D: hue angle of 235.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282D6D is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 45 | 109 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.57 |
| HSL | 235.65º | 0.46% | 0.29% | - |
| HSV(B) | 235.65º | 0.63% | 0.43% | - |
| XYZ | 4.57 | 3.43 | 14.89 | - |
| YUV | 50.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 109 | 0.63 | 0.59 | 0 | 0.57 | 235.65 | 0.46 | 0.29 |
| Hex | 28 | 2D | 6D | 3F | 3B | 0 | 39 | EC | 2E | 1D |
| Octal | 50 | 55 | 155 | 77 | 73 | 0 | 71 | 354 | 56 | 35 |
| Binary | 101000 | 101101 | 1101101 | 111111 | 111011 | 0 | 111001 | 11101100 | 101110 | 11101 |
Color Harmonies of #282D6D
Complementary color
Monochromatic Colors of #282D6D
Black with #282D6D
Text Example
Text Example
White with #282D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D6D; }
p { color: rgb(40,45,109); }
H1.HeaderClassName
{
color: #282D6D;
}
.AnyTagClassName
{
color: #282D6D;
}
</style>
background-color css
<style>
a { background-color: #282D6D; }
a { background-color: rgb(40,45,109); }
div.DivClassName
{
background-color: #282D6D;
}
.BgClassName
{
background-color: #282D6D;
}
</style>
border-color css
<style>
span { border-color: #282D6D; }
span { border-color: rgb(40,45,109); }
td.TdClassName
{
border-color: #282D6D;
}
.TagClassName
{
border-color: #282D6D;
}
</style>