Shades of Cello #2D4C69
Tints of Cello #2D4C69
RGB
CMYK
RGB Variations
Color information
#2D4C69 (or 0x2D4C69) is known color: Cello. HEX triplet: 2D, 4C and 69. RGB value is (45,76,105). Sum of RGB (Red+Green+Blue) = 45+76+105=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D4C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4C69 is #D2B396. Grayscale: #454545. Windows color (decimal): -13808535 or 6900781. OLE color: 6900781.
HSL color Cylindrical-coordinate representation of color #2D4C69: hue angle of 209º 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 #2D4C69 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 76 | 105 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.59 |
| HSL | 209º | 0.4% | 0.29% | - |
| HSV(B) | 209º | 0.57% | 0.41% | - |
| XYZ | 6.22 | 6.75 | 14.34 | - |
| YUV | 70.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 76 | 105 | 0.57 | 0.28 | 0 | 0.59 | 209 | 0.4 | 0.29 |
| Hex | 2D | 4C | 69 | 39 | 1C | 0 | 3B | D1 | 28 | 1D |
| Octal | 55 | 114 | 151 | 71 | 34 | 0 | 73 | 321 | 50 | 35 |
| Binary | 101101 | 1001100 | 1101001 | 111001 | 11100 | 0 | 111011 | 11010001 | 101000 | 11101 |
Color Harmonies of #2D4C69
Complementary color
Monochromatic Colors of #2D4C69
Black with #2D4C69
Text Example
Text Example
White with #2D4C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4C69; }
p { color: rgb(45,76,105); }
H1.HeaderClassName
{
color: #2D4C69;
}
.AnyTagClassName
{
color: #2D4C69;
}
</style>
background-color css
<style>
a { background-color: #2D4C69; }
a { background-color: rgb(45,76,105); }
div.DivClassName
{
background-color: #2D4C69;
}
.BgClassName
{
background-color: #2D4C69;
}
</style>
border-color css
<style>
span { border-color: #2D4C69; }
span { border-color: rgb(45,76,105); }
td.TdClassName
{
border-color: #2D4C69;
}
.TagClassName
{
border-color: #2D4C69;
}
</style>