Shades of Deep Koamaru #2C297E
Tints of Deep Koamaru #2C297E
RGB
CMYK
RGB Variations
Color information
#2C297E (or 0x2C297E) is known color: Deep Koamaru. HEX triplet: 2C, 29 and 7E. RGB value is (44,41,126). Sum of RGB (Red+Green+Blue) = 44+41+126=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C297E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C297E is #D3D681. Grayscale: #333333. Windows color (decimal): -13883010 or 8268076. OLE color: 8268076.
HSL color Cylindrical-coordinate representation of color #2C297E: hue angle of 242.12º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C297E is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 41 | 126 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.51 |
| HSL | 242.12º | 0.51% | 0.33% | - |
| HSV(B) | 242.12º | 0.67% | 0.49% | - |
| XYZ | 5.6 | 3.63 | 20.14 | - |
| YUV | 51.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 126 | 0.65 | 0.67 | 0 | 0.51 | 242.12 | 0.51 | 0.33 |
| Hex | 2C | 29 | 7E | 41 | 43 | 0 | 33 | F2 | 33 | 21 |
| Octal | 54 | 51 | 176 | 101 | 103 | 0 | 63 | 362 | 63 | 41 |
| Binary | 101100 | 101001 | 1111110 | 1000001 | 1000011 | 0 | 110011 | 11110010 | 110011 | 100001 |
Color Harmonies of #2C297E
Complementary color
Monochromatic Colors of #2C297E
Black with #2C297E
Text Example
Text Example
White with #2C297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C297E; }
p { color: rgb(44,41,126); }
H1.HeaderClassName
{
color: #2C297E;
}
.AnyTagClassName
{
color: #2C297E;
}
</style>
background-color css
<style>
a { background-color: #2C297E; }
a { background-color: rgb(44,41,126); }
div.DivClassName
{
background-color: #2C297E;
}
.BgClassName
{
background-color: #2C297E;
}
</style>
border-color css
<style>
span { border-color: #2C297E; }
span { border-color: rgb(44,41,126); }
td.TdClassName
{
border-color: #2C297E;
}
.TagClassName
{
border-color: #2C297E;
}
</style>