Shades of Deep Koamaru #2A2E75
Tints of Deep Koamaru #2A2E75
RGB
CMYK
RGB Variations
Color information
#2A2E75 (or 0x2A2E75) is known color: Deep Koamaru. HEX triplet: 2A, 2E and 75. RGB value is (42,46,117). Sum of RGB (Red+Green+Blue) = 42+46+117=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A2E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2E75 is #D5D18A. Grayscale: #343434. Windows color (decimal): -14012811 or 7679530. OLE color: 7679530.
HSL color Cylindrical-coordinate representation of color #2A2E75: hue angle of 236.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A2E75 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 46 | 117 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.54 |
| HSL | 236.8º | 0.47% | 0.31% | - |
| HSV(B) | 236.8º | 0.64% | 0.46% | - |
| XYZ | 5.14 | 3.73 | 17.28 | - |
| YUV | 52.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 117 | 0.64 | 0.61 | 0 | 0.54 | 236.8 | 0.47 | 0.31 |
| Hex | 2A | 2E | 75 | 40 | 3D | 0 | 36 | ED | 2F | 1F |
| Octal | 52 | 56 | 165 | 100 | 75 | 0 | 66 | 355 | 57 | 37 |
| Binary | 101010 | 101110 | 1110101 | 1000000 | 111101 | 0 | 110110 | 11101101 | 101111 | 11111 |
Color Harmonies of #2A2E75
Complementary color
Monochromatic Colors of #2A2E75
Black with #2A2E75
Text Example
Text Example
White with #2A2E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2E75; }
p { color: rgb(42,46,117); }
H1.HeaderClassName
{
color: #2A2E75;
}
.AnyTagClassName
{
color: #2A2E75;
}
</style>
background-color css
<style>
a { background-color: #2A2E75; }
a { background-color: rgb(42,46,117); }
div.DivClassName
{
background-color: #2A2E75;
}
.BgClassName
{
background-color: #2A2E75;
}
</style>
border-color css
<style>
span { border-color: #2A2E75; }
span { border-color: rgb(42,46,117); }
td.TdClassName
{
border-color: #2A2E75;
}
.TagClassName
{
border-color: #2A2E75;
}
</style>