Shades of Deep Koamaru #2C325E
Tints of Deep Koamaru #2C325E
RGB
CMYK
RGB Variations
Color information
#2C325E (or 0x2C325E) is known color: Deep Koamaru. HEX triplet: 2C, 32 and 5E. RGB value is (44,50,94). Sum of RGB (Red+Green+Blue) = 44+50+94=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C325E is #D3CDA1. Grayscale: #353535. Windows color (decimal): -13880738 or 6173228. OLE color: 6173228.
HSL color Cylindrical-coordinate representation of color #2C325E: hue angle of 232.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C325E is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 44 | 50 | 94 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.63 |
| HSL | 232.8º | 0.36% | 0.27% | - |
| HSV(B) | 232.8º | 0.53% | 0.37% | - |
| XYZ | 4.2 | 3.62 | 11.07 | - |
| YUV | 53.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 94 | 0.53 | 0.47 | 0 | 0.63 | 232.8 | 0.36 | 0.27 |
| Hex | 2C | 32 | 5E | 35 | 2F | 0 | 3F | E9 | 24 | 1B |
| Octal | 54 | 62 | 136 | 65 | 57 | 0 | 77 | 351 | 44 | 33 |
| Binary | 101100 | 110010 | 1011110 | 110101 | 101111 | 0 | 111111 | 11101001 | 100100 | 11011 |
Color Harmonies of #2C325E
Complementary color
Monochromatic Colors of #2C325E
Black with #2C325E
Text Example
Text Example
White with #2C325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C325E; }
p { color: rgb(44,50,94); }
H1.HeaderClassName
{
color: #2C325E;
}
.AnyTagClassName
{
color: #2C325E;
}
</style>
background-color css
<style>
a { background-color: #2C325E; }
a { background-color: rgb(44,50,94); }
div.DivClassName
{
background-color: #2C325E;
}
.BgClassName
{
background-color: #2C325E;
}
</style>
border-color css
<style>
span { border-color: #2C325E; }
span { border-color: rgb(44,50,94); }
td.TdClassName
{
border-color: #2C325E;
}
.TagClassName
{
border-color: #2C325E;
}
</style>