Shades of Deep Koamaru #2C2F63
Tints of Deep Koamaru #2C2F63
RGB
CMYK
RGB Variations
Color information
#2C2F63 (or 0x2C2F63) is known color: Deep Koamaru. HEX triplet: 2C, 2F and 63. RGB value is (44,47,99). Sum of RGB (Red+Green+Blue) = 44+47+99=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C2F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2F63 is #D3D09C. Grayscale: #333333. Windows color (decimal): -13881501 or 6500140. OLE color: 6500140.
HSL color Cylindrical-coordinate representation of color #2C2F63: hue angle of 236.73º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C2F63 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 47 | 99 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.61 |
| HSL | 236.73º | 0.38% | 0.28% | - |
| HSV(B) | 236.73º | 0.56% | 0.39% | - |
| XYZ | 4.31 | 3.47 | 12.25 | - |
| YUV | 52.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 47 | 99 | 0.56 | 0.53 | 0 | 0.61 | 236.73 | 0.38 | 0.28 |
| Hex | 2C | 2F | 63 | 38 | 35 | 0 | 3D | ED | 26 | 1C |
| Octal | 54 | 57 | 143 | 70 | 65 | 0 | 75 | 355 | 46 | 34 |
| Binary | 101100 | 101111 | 1100011 | 111000 | 110101 | 0 | 111101 | 11101101 | 100110 | 11100 |
Color Harmonies of #2C2F63
Complementary color
Monochromatic Colors of #2C2F63
Black with #2C2F63
Text Example
Text Example
White with #2C2F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2F63; }
p { color: rgb(44,47,99); }
H1.HeaderClassName
{
color: #2C2F63;
}
.AnyTagClassName
{
color: #2C2F63;
}
</style>
background-color css
<style>
a { background-color: #2C2F63; }
a { background-color: rgb(44,47,99); }
div.DivClassName
{
background-color: #2C2F63;
}
.BgClassName
{
background-color: #2C2F63;
}
</style>
border-color css
<style>
span { border-color: #2C2F63; }
span { border-color: rgb(44,47,99); }
td.TdClassName
{
border-color: #2C2F63;
}
.TagClassName
{
border-color: #2C2F63;
}
</style>