Shades of Deep Koamaru #282967
Tints of Deep Koamaru #282967
RGB
CMYK
RGB Variations
Color information
#282967 (or 0x282967) is known color: Deep Koamaru. HEX triplet: 28, 29 and 67. RGB value is (40,41,103). Sum of RGB (Red+Green+Blue) = 40+41+103=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #282967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282967 is #D7D698. Grayscale: #2F2F2F. Windows color (decimal): -14145177 or 6760744. OLE color: 6760744.
HSL color Cylindrical-coordinate representation of color #282967: hue angle of 239.05º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #282967 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 41 | 103 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.60 |
| HSL | 239.05º | 0.44% | 0.28% | - |
| HSV(B) | 239.05º | 0.61% | 0.4% | - |
| XYZ | 4.12 | 3.02 | 13.2 | - |
| YUV | 47.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 103 | 0.61 | 0.60 | 0 | 0.60 | 239.05 | 0.44 | 0.28 |
| Hex | 28 | 29 | 67 | 3D | 3C | 0 | 3C | EF | 2C | 1C |
| Octal | 50 | 51 | 147 | 75 | 74 | 0 | 74 | 357 | 54 | 34 |
| Binary | 101000 | 101001 | 1100111 | 111101 | 111100 | 0 | 111100 | 11101111 | 101100 | 11100 |
Color Harmonies of #282967
Complementary color
Monochromatic Colors of #282967
Black with #282967
Text Example
Text Example
White with #282967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282967; }
p { color: rgb(40,41,103); }
H1.HeaderClassName
{
color: #282967;
}
.AnyTagClassName
{
color: #282967;
}
</style>
background-color css
<style>
a { background-color: #282967; }
a { background-color: rgb(40,41,103); }
div.DivClassName
{
background-color: #282967;
}
.BgClassName
{
background-color: #282967;
}
</style>
border-color css
<style>
span { border-color: #282967; }
span { border-color: rgb(40,41,103); }
td.TdClassName
{
border-color: #282967;
}
.TagClassName
{
border-color: #282967;
}
</style>