Shades of Deep Koamaru #2D2877
Tints of Deep Koamaru #2D2877
RGB
CMYK
RGB Variations
Color information
#2D2877 (or 0x2D2877) is known color: Deep Koamaru. HEX triplet: 2D, 28 and 77. RGB value is (45,40,119). Sum of RGB (Red+Green+Blue) = 45+40+119=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D2877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2877 is #D2D788. Grayscale: #323232. Windows color (decimal): -13817737 or 7809069. OLE color: 7809069.
HSL color Cylindrical-coordinate representation of color #2D2877: hue angle of 243.8º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D2877 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 40 | 119 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.53 |
| HSL | 243.8º | 0.5% | 0.31% | - |
| HSV(B) | 243.8º | 0.66% | 0.47% | - |
| XYZ | 5.17 | 3.41 | 17.84 | - |
| YUV | 50.5 | 166.66 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 119 | 0.62 | 0.66 | 0 | 0.53 | 243.8 | 0.5 | 0.31 |
| Hex | 2D | 28 | 77 | 3E | 42 | 0 | 35 | F4 | 32 | 1F |
| Octal | 55 | 50 | 167 | 76 | 102 | 0 | 65 | 364 | 62 | 37 |
| Binary | 101101 | 101000 | 1110111 | 111110 | 1000010 | 0 | 110101 | 11110100 | 110010 | 11111 |
Color Harmonies of #2D2877
Complementary color
Monochromatic Colors of #2D2877
Black with #2D2877
Text Example
Text Example
White with #2D2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2877; }
p { color: rgb(45,40,119); }
H1.HeaderClassName
{
color: #2D2877;
}
.AnyTagClassName
{
color: #2D2877;
}
</style>
background-color css
<style>
a { background-color: #2D2877; }
a { background-color: rgb(45,40,119); }
div.DivClassName
{
background-color: #2D2877;
}
.BgClassName
{
background-color: #2D2877;
}
</style>
border-color css
<style>
span { border-color: #2D2877; }
span { border-color: rgb(45,40,119); }
td.TdClassName
{
border-color: #2D2877;
}
.TagClassName
{
border-color: #2D2877;
}
</style>