Shades of Cello #2D4868
Tints of Cello #2D4868
RGB
CMYK
RGB Variations
Color information
#2D4868 (or 0x2D4868) is known color: Cello. HEX triplet: 2D, 48 and 68. RGB value is (45,72,104). Sum of RGB (Red+Green+Blue) = 45+72+104=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D4868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4868 is #D2B797. Grayscale: #434343. Windows color (decimal): -13809560 or 6834221. OLE color: 6834221.
HSL color Cylindrical-coordinate representation of color #2D4868: hue angle of 212.54º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D4868 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 72 | 104 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.59 |
| HSL | 212.54º | 0.4% | 0.29% | - |
| HSV(B) | 212.54º | 0.57% | 0.41% | - |
| XYZ | 5.9 | 6.19 | 13.98 | - |
| YUV | 67.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 104 | 0.57 | 0.31 | 0 | 0.59 | 212.54 | 0.4 | 0.29 |
| Hex | 2D | 48 | 68 | 39 | 1F | 0 | 3B | D5 | 28 | 1D |
| Octal | 55 | 110 | 150 | 71 | 37 | 0 | 73 | 325 | 50 | 35 |
| Binary | 101101 | 1001000 | 1101000 | 111001 | 11111 | 0 | 111011 | 11010101 | 101000 | 11101 |
Color Harmonies of #2D4868
Complementary color
Monochromatic Colors of #2D4868
Black with #2D4868
Text Example
Text Example
White with #2D4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4868; }
p { color: rgb(45,72,104); }
H1.HeaderClassName
{
color: #2D4868;
}
.AnyTagClassName
{
color: #2D4868;
}
</style>
background-color css
<style>
a { background-color: #2D4868; }
a { background-color: rgb(45,72,104); }
div.DivClassName
{
background-color: #2D4868;
}
.BgClassName
{
background-color: #2D4868;
}
</style>
border-color css
<style>
span { border-color: #2D4868; }
span { border-color: rgb(45,72,104); }
td.TdClassName
{
border-color: #2D4868;
}
.TagClassName
{
border-color: #2D4868;
}
</style>