Shades of Deep Koamaru #2A2868
Tints of Deep Koamaru #2A2868
RGB
CMYK
RGB Variations
Color information
#2A2868 (or 0x2A2868) is known color: Deep Koamaru. HEX triplet: 2A, 28 and 68. RGB value is (42,40,104). Sum of RGB (Red+Green+Blue) = 42+40+104=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A2868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2868 is #D5D797. Grayscale: #2F2F2F. Windows color (decimal): -14014360 or 6826026. OLE color: 6826026.
HSL color Cylindrical-coordinate representation of color #2A2868: hue angle of 241.88º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A2868 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 40 | 104 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.59 |
| HSL | 241.88º | 0.44% | 0.28% | - |
| HSV(B) | 241.88º | 0.62% | 0.41% | - |
| XYZ | 4.21 | 3.01 | 13.46 | - |
| YUV | 47.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 104 | 0.60 | 0.62 | 0 | 0.59 | 241.88 | 0.44 | 0.28 |
| Hex | 2A | 28 | 68 | 3C | 3E | 0 | 3B | F2 | 2C | 1C |
| Octal | 52 | 50 | 150 | 74 | 76 | 0 | 73 | 362 | 54 | 34 |
| Binary | 101010 | 101000 | 1101000 | 111100 | 111110 | 0 | 111011 | 11110010 | 101100 | 11100 |
Color Harmonies of #2A2868
Complementary color
Monochromatic Colors of #2A2868
Black with #2A2868
Text Example
Text Example
White with #2A2868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2868; }
p { color: rgb(42,40,104); }
H1.HeaderClassName
{
color: #2A2868;
}
.AnyTagClassName
{
color: #2A2868;
}
</style>
background-color css
<style>
a { background-color: #2A2868; }
a { background-color: rgb(42,40,104); }
div.DivClassName
{
background-color: #2A2868;
}
.BgClassName
{
background-color: #2A2868;
}
</style>
border-color css
<style>
span { border-color: #2A2868; }
span { border-color: rgb(42,40,104); }
td.TdClassName
{
border-color: #2A2868;
}
.TagClassName
{
border-color: #2A2868;
}
</style>