Shades of Deep Koamaru #2D2973
Tints of Deep Koamaru #2D2973
RGB
CMYK
RGB Variations
Color information
#2D2973 (or 0x2D2973) is known color: Deep Koamaru. HEX triplet: 2D, 29 and 73. RGB value is (45,41,115). Sum of RGB (Red+Green+Blue) = 45+41+115=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D2973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2973 is #D2D68C. Grayscale: #323232. Windows color (decimal): -13817485 or 7547181. OLE color: 7547181.
HSL color Cylindrical-coordinate representation of color #2D2973: hue angle of 243.24º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D2973 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 41 | 115 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.55 |
| HSL | 243.24º | 0.47% | 0.31% | - |
| HSV(B) | 243.24º | 0.64% | 0.45% | - |
| XYZ | 4.97 | 3.38 | 16.61 | - |
| YUV | 50.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 115 | 0.61 | 0.64 | 0 | 0.55 | 243.24 | 0.47 | 0.31 |
| Hex | 2D | 29 | 73 | 3D | 40 | 0 | 37 | F3 | 2F | 1F |
| Octal | 55 | 51 | 163 | 75 | 100 | 0 | 67 | 363 | 57 | 37 |
| Binary | 101101 | 101001 | 1110011 | 111101 | 1000000 | 0 | 110111 | 11110011 | 101111 | 11111 |
Color Harmonies of #2D2973
Complementary color
Monochromatic Colors of #2D2973
Black with #2D2973
Text Example
Text Example
White with #2D2973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2973; }
p { color: rgb(45,41,115); }
H1.HeaderClassName
{
color: #2D2973;
}
.AnyTagClassName
{
color: #2D2973;
}
</style>
background-color css
<style>
a { background-color: #2D2973; }
a { background-color: rgb(45,41,115); }
div.DivClassName
{
background-color: #2D2973;
}
.BgClassName
{
background-color: #2D2973;
}
</style>
border-color css
<style>
span { border-color: #2D2973; }
span { border-color: rgb(45,41,115); }
td.TdClassName
{
border-color: #2D2973;
}
.TagClassName
{
border-color: #2D2973;
}
</style>