Shades of Cello #2C4967
Tints of Cello #2C4967
RGB
CMYK
RGB Variations
Color information
#2C4967 (or 0x2C4967) is known color: Cello. HEX triplet: 2C, 49 and 67. RGB value is (44,73,103). Sum of RGB (Red+Green+Blue) = 44+73+103=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C4967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4967 is #D3B698. Grayscale: #434343. Windows color (decimal): -13874841 or 6768940. OLE color: 6768940.
HSL color Cylindrical-coordinate representation of color #2C4967: hue angle of 210.51º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C4967 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 73 | 103 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.60 |
| HSL | 210.51º | 0.4% | 0.29% | - |
| HSV(B) | 210.51º | 0.57% | 0.4% | - |
| XYZ | 5.87 | 6.28 | 13.73 | - |
| YUV | 67.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 73 | 103 | 0.57 | 0.29 | 0 | 0.60 | 210.51 | 0.4 | 0.29 |
| Hex | 2C | 49 | 67 | 39 | 1D | 0 | 3C | D3 | 28 | 1D |
| Octal | 54 | 111 | 147 | 71 | 35 | 0 | 74 | 323 | 50 | 35 |
| Binary | 101100 | 1001001 | 1100111 | 111001 | 11101 | 0 | 111100 | 11010011 | 101000 | 11101 |
Color Harmonies of #2C4967
Complementary color
Monochromatic Colors of #2C4967
Black with #2C4967
Text Example
Text Example
White with #2C4967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4967; }
p { color: rgb(44,73,103); }
H1.HeaderClassName
{
color: #2C4967;
}
.AnyTagClassName
{
color: #2C4967;
}
</style>
background-color css
<style>
a { background-color: #2C4967; }
a { background-color: rgb(44,73,103); }
div.DivClassName
{
background-color: #2C4967;
}
.BgClassName
{
background-color: #2C4967;
}
</style>
border-color css
<style>
span { border-color: #2C4967; }
span { border-color: rgb(44,73,103); }
td.TdClassName
{
border-color: #2C4967;
}
.TagClassName
{
border-color: #2C4967;
}
</style>