Shades of Deep Koamaru #2C2876
Tints of Deep Koamaru #2C2876
RGB
CMYK
RGB Variations
Color information
#2C2876 (or 0x2C2876) is known color: Deep Koamaru. HEX triplet: 2C, 28 and 76. RGB value is (44,40,118). Sum of RGB (Red+Green+Blue) = 44+40+118=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C2876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2876 is #D3D789. Grayscale: #313131. Windows color (decimal): -13883274 or 7743532. OLE color: 7743532.
HSL color Cylindrical-coordinate representation of color #2C2876: hue angle of 243.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C2876 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 40 | 118 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.54 |
| HSL | 243.08º | 0.49% | 0.31% | - |
| HSV(B) | 243.08º | 0.66% | 0.46% | - |
| XYZ | 5.07 | 3.36 | 17.52 | - |
| YUV | 50.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 118 | 0.63 | 0.66 | 0 | 0.54 | 243.08 | 0.49 | 0.31 |
| Hex | 2C | 28 | 76 | 3F | 42 | 0 | 36 | F3 | 31 | 1F |
| Octal | 54 | 50 | 166 | 77 | 102 | 0 | 66 | 363 | 61 | 37 |
| Binary | 101100 | 101000 | 1110110 | 111111 | 1000010 | 0 | 110110 | 11110011 | 110001 | 11111 |
Color Harmonies of #2C2876
Complementary color
Monochromatic Colors of #2C2876
Black with #2C2876
Text Example
Text Example
White with #2C2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2876; }
p { color: rgb(44,40,118); }
H1.HeaderClassName
{
color: #2C2876;
}
.AnyTagClassName
{
color: #2C2876;
}
</style>
background-color css
<style>
a { background-color: #2C2876; }
a { background-color: rgb(44,40,118); }
div.DivClassName
{
background-color: #2C2876;
}
.BgClassName
{
background-color: #2C2876;
}
</style>
border-color css
<style>
span { border-color: #2C2876; }
span { border-color: rgb(44,40,118); }
td.TdClassName
{
border-color: #2C2876;
}
.TagClassName
{
border-color: #2C2876;
}
</style>