Shades of Deep Koamaru #2C2877
Tints of Deep Koamaru #2C2877
RGB
CMYK
RGB Variations
Color information
#2C2877 (or 0x2C2877) is known color: Deep Koamaru. HEX triplet: 2C, 28 and 77. RGB value is (44,40,119). Sum of RGB (Red+Green+Blue) = 44+40+119=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C2877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2877 is #D3D788. Grayscale: #313131. Windows color (decimal): -13883273 or 7809068. OLE color: 7809068.
HSL color Cylindrical-coordinate representation of color #2C2877: hue angle of 243.04º 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 #2C2877 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 40 | 119 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.53 |
| HSL | 243.04º | 0.5% | 0.31% | - |
| HSV(B) | 243.04º | 0.66% | 0.47% | - |
| XYZ | 5.13 | 3.38 | 17.84 | - |
| YUV | 50.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 119 | 0.63 | 0.66 | 0 | 0.53 | 243.04 | 0.5 | 0.31 |
| Hex | 2C | 28 | 77 | 3F | 42 | 0 | 35 | F3 | 32 | 1F |
| Octal | 54 | 50 | 167 | 77 | 102 | 0 | 65 | 363 | 62 | 37 |
| Binary | 101100 | 101000 | 1110111 | 111111 | 1000010 | 0 | 110101 | 11110011 | 110010 | 11111 |
Color Harmonies of #2C2877
Complementary color
Monochromatic Colors of #2C2877
Black with #2C2877
Text Example
Text Example
White with #2C2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2877; }
p { color: rgb(44,40,119); }
H1.HeaderClassName
{
color: #2C2877;
}
.AnyTagClassName
{
color: #2C2877;
}
</style>
background-color css
<style>
a { background-color: #2C2877; }
a { background-color: rgb(44,40,119); }
div.DivClassName
{
background-color: #2C2877;
}
.BgClassName
{
background-color: #2C2877;
}
</style>
border-color css
<style>
span { border-color: #2C2877; }
span { border-color: rgb(44,40,119); }
td.TdClassName
{
border-color: #2C2877;
}
.TagClassName
{
border-color: #2C2877;
}
</style>