Shades of Deep Koamaru #2C2977
Tints of Deep Koamaru #2C2977
RGB
CMYK
RGB Variations
Color information
#2C2977 (or 0x2C2977) is known color: Deep Koamaru. HEX triplet: 2C, 29 and 77. RGB value is (44,41,119). Sum of RGB (Red+Green+Blue) = 44+41+119=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 41 (16.41% from 255 or 20.10% 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 #2C2977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2977 is #D3D688. Grayscale: #323232. Windows color (decimal): -13883017 or 7809324. OLE color: 7809324.
HSL color Cylindrical-coordinate representation of color #2C2977: hue angle of 242.31º degrees, saturation: 0.49, 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 #2C2977 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 41 | 119 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.53 |
| HSL | 242.31º | 0.49% | 0.31% | - |
| HSV(B) | 242.31º | 0.66% | 0.47% | - |
| XYZ | 5.16 | 3.45 | 17.85 | - |
| YUV | 50.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 119 | 0.63 | 0.66 | 0 | 0.53 | 242.31 | 0.49 | 0.31 |
| Hex | 2C | 29 | 77 | 3F | 42 | 0 | 35 | F2 | 31 | 1F |
| Octal | 54 | 51 | 167 | 77 | 102 | 0 | 65 | 362 | 61 | 37 |
| Binary | 101100 | 101001 | 1110111 | 111111 | 1000010 | 0 | 110101 | 11110010 | 110001 | 11111 |
Color Harmonies of #2C2977
Complementary color
Monochromatic Colors of #2C2977
Black with #2C2977
Text Example
Text Example
White with #2C2977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2977; }
p { color: rgb(44,41,119); }
H1.HeaderClassName
{
color: #2C2977;
}
.AnyTagClassName
{
color: #2C2977;
}
</style>
background-color css
<style>
a { background-color: #2C2977; }
a { background-color: rgb(44,41,119); }
div.DivClassName
{
background-color: #2C2977;
}
.BgClassName
{
background-color: #2C2977;
}
</style>
border-color css
<style>
span { border-color: #2C2977; }
span { border-color: rgb(44,41,119); }
td.TdClassName
{
border-color: #2C2977;
}
.TagClassName
{
border-color: #2C2977;
}
</style>