Shades of Deep Koamaru #2C2676
Tints of Deep Koamaru #2C2676
RGB
CMYK
RGB Variations
Color information
#2C2676 (or 0x2C2676) is known color: Deep Koamaru. HEX triplet: 2C, 26 and 76. RGB value is (44,38,118). Sum of RGB (Red+Green+Blue) = 44+38+118=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2676 is #D3D989. Grayscale: #303030. Windows color (decimal): -13883786 or 7743020. OLE color: 7743020.
HSL color Cylindrical-coordinate representation of color #2C2676: hue angle of 244.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C2676 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 38 | 118 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.54 |
| HSL | 244.5º | 0.51% | 0.31% | - |
| HSV(B) | 244.5º | 0.68% | 0.46% | - |
| XYZ | 5 | 3.23 | 17.5 | - |
| YUV | 48.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 118 | 0.63 | 0.68 | 0 | 0.54 | 244.5 | 0.51 | 0.31 |
| Hex | 2C | 26 | 76 | 3F | 44 | 0 | 36 | F4 | 33 | 1F |
| Octal | 54 | 46 | 166 | 77 | 104 | 0 | 66 | 364 | 63 | 37 |
| Binary | 101100 | 100110 | 1110110 | 111111 | 1000100 | 0 | 110110 | 11110100 | 110011 | 11111 |
Color Harmonies of #2C2676
Complementary color
Monochromatic Colors of #2C2676
Black with #2C2676
Text Example
Text Example
White with #2C2676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2676; }
p { color: rgb(44,38,118); }
H1.HeaderClassName
{
color: #2C2676;
}
.AnyTagClassName
{
color: #2C2676;
}
</style>
background-color css
<style>
a { background-color: #2C2676; }
a { background-color: rgb(44,38,118); }
div.DivClassName
{
background-color: #2C2676;
}
.BgClassName
{
background-color: #2C2676;
}
</style>
border-color css
<style>
span { border-color: #2C2676; }
span { border-color: rgb(44,38,118); }
td.TdClassName
{
border-color: #2C2676;
}
.TagClassName
{
border-color: #2C2676;
}
</style>