Shades of Deep Koamaru #2D296A
Tints of Deep Koamaru #2D296A
RGB
CMYK
RGB Variations
Color information
#2D296A (or 0x2D296A) is known color: Deep Koamaru. HEX triplet: 2D, 29 and 6A. RGB value is (45,41,106). Sum of RGB (Red+Green+Blue) = 45+41+106=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D296A is #D2D695. Grayscale: #313131. Windows color (decimal): -13817494 or 6957357. OLE color: 6957357.
HSL color Cylindrical-coordinate representation of color #2D296A: hue angle of 243.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D296A is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 41 | 106 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.58 |
| HSL | 243.69º | 0.44% | 0.29% | - |
| HSV(B) | 243.69º | 0.61% | 0.42% | - |
| XYZ | 4.48 | 3.18 | 14.01 | - |
| YUV | 49.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 106 | 0.58 | 0.61 | 0 | 0.58 | 243.69 | 0.44 | 0.29 |
| Hex | 2D | 29 | 6A | 3A | 3D | 0 | 3A | F4 | 2C | 1D |
| Octal | 55 | 51 | 152 | 72 | 75 | 0 | 72 | 364 | 54 | 35 |
| Binary | 101101 | 101001 | 1101010 | 111010 | 111101 | 0 | 111010 | 11110100 | 101100 | 11101 |
Color Harmonies of #2D296A
Complementary color
Monochromatic Colors of #2D296A
Black with #2D296A
Text Example
Text Example
White with #2D296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D296A; }
p { color: rgb(45,41,106); }
H1.HeaderClassName
{
color: #2D296A;
}
.AnyTagClassName
{
color: #2D296A;
}
</style>
background-color css
<style>
a { background-color: #2D296A; }
a { background-color: rgb(45,41,106); }
div.DivClassName
{
background-color: #2D296A;
}
.BgClassName
{
background-color: #2D296A;
}
</style>
border-color css
<style>
span { border-color: #2D296A; }
span { border-color: rgb(45,41,106); }
td.TdClassName
{
border-color: #2D296A;
}
.TagClassName
{
border-color: #2D296A;
}
</style>