Shades of Deep Koamaru #2D297A
Tints of Deep Koamaru #2D297A
RGB
CMYK
RGB Variations
Color information
#2D297A (or 0x2D297A) is known color: Deep Koamaru. HEX triplet: 2D, 29 and 7A. RGB value is (45,41,122). Sum of RGB (Red+Green+Blue) = 45+41+122=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D297A is #D2D685. Grayscale: #333333. Windows color (decimal): -13817478 or 8005933. OLE color: 8005933.
HSL color Cylindrical-coordinate representation of color #2D297A: hue angle of 242.96º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D297A is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 41 | 122 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.52 |
| HSL | 242.96º | 0.5% | 0.32% | - |
| HSV(B) | 242.96º | 0.66% | 0.48% | - |
| XYZ | 5.39 | 3.55 | 18.81 | - |
| YUV | 51.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 122 | 0.63 | 0.66 | 0 | 0.52 | 242.96 | 0.5 | 0.32 |
| Hex | 2D | 29 | 7A | 3F | 42 | 0 | 34 | F3 | 32 | 20 |
| Octal | 55 | 51 | 172 | 77 | 102 | 0 | 64 | 363 | 62 | 40 |
| Binary | 101101 | 101001 | 1111010 | 111111 | 1000010 | 0 | 110100 | 11110011 | 110010 | 100000 |
Color Harmonies of #2D297A
Complementary color
Monochromatic Colors of #2D297A
Black with #2D297A
Text Example
Text Example
White with #2D297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D297A; }
p { color: rgb(45,41,122); }
H1.HeaderClassName
{
color: #2D297A;
}
.AnyTagClassName
{
color: #2D297A;
}
</style>
background-color css
<style>
a { background-color: #2D297A; }
a { background-color: rgb(45,41,122); }
div.DivClassName
{
background-color: #2D297A;
}
.BgClassName
{
background-color: #2D297A;
}
</style>
border-color css
<style>
span { border-color: #2D297A; }
span { border-color: rgb(45,41,122); }
td.TdClassName
{
border-color: #2D297A;
}
.TagClassName
{
border-color: #2D297A;
}
</style>