Shades of Deep Koamaru #2C316F
Tints of Deep Koamaru #2C316F
RGB
CMYK
RGB Variations
Color information
#2C316F (or 0x2C316F) is known color: Deep Koamaru. HEX triplet: 2C, 31 and 6F. RGB value is (44,49,111). Sum of RGB (Red+Green+Blue) = 44+49+111=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C316F is #D3CE90. Grayscale: #363636. Windows color (decimal): -13880977 or 7287084. OLE color: 7287084.
HSL color Cylindrical-coordinate representation of color #2C316F: hue angle of 235.52º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C316F is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 49 | 111 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.56 |
| HSL | 235.52º | 0.43% | 0.3% | - |
| HSV(B) | 235.52º | 0.6% | 0.44% | - |
| XYZ | 5.01 | 3.88 | 15.52 | - |
| YUV | 54.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 111 | 0.60 | 0.56 | 0 | 0.56 | 235.52 | 0.43 | 0.3 |
| Hex | 2C | 31 | 6F | 3C | 38 | 0 | 38 | EC | 2B | 1E |
| Octal | 54 | 61 | 157 | 74 | 70 | 0 | 70 | 354 | 53 | 36 |
| Binary | 101100 | 110001 | 1101111 | 111100 | 111000 | 0 | 111000 | 11101100 | 101011 | 11110 |
Color Harmonies of #2C316F
Complementary color
Monochromatic Colors of #2C316F
Black with #2C316F
Text Example
Text Example
White with #2C316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C316F; }
p { color: rgb(44,49,111); }
H1.HeaderClassName
{
color: #2C316F;
}
.AnyTagClassName
{
color: #2C316F;
}
</style>
background-color css
<style>
a { background-color: #2C316F; }
a { background-color: rgb(44,49,111); }
div.DivClassName
{
background-color: #2C316F;
}
.BgClassName
{
background-color: #2C316F;
}
</style>
border-color css
<style>
span { border-color: #2C316F; }
span { border-color: rgb(44,49,111); }
td.TdClassName
{
border-color: #2C316F;
}
.TagClassName
{
border-color: #2C316F;
}
</style>