Shades of Cello #2D4A68
Tints of Cello #2D4A68
RGB
CMYK
RGB Variations
Color information
#2D4A68 (or 0x2D4A68) is known color: Cello. HEX triplet: 2D, 4A and 68. RGB value is (45,74,104). Sum of RGB (Red+Green+Blue) = 45+74+104=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D4A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4A68 is #D2B597. Grayscale: #444444. Windows color (decimal): -13809048 or 6834733. OLE color: 6834733.
HSL color Cylindrical-coordinate representation of color #2D4A68: hue angle of 210.51º 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 #2D4A68 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 74 | 104 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.59 |
| HSL | 210.51º | 0.4% | 0.29% | - |
| HSV(B) | 210.51º | 0.57% | 0.41% | - |
| XYZ | 6.03 | 6.45 | 14.02 | - |
| YUV | 68.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 104 | 0.57 | 0.29 | 0 | 0.59 | 210.51 | 0.4 | 0.29 |
| Hex | 2D | 4A | 68 | 39 | 1D | 0 | 3B | D3 | 28 | 1D |
| Octal | 55 | 112 | 150 | 71 | 35 | 0 | 73 | 323 | 50 | 35 |
| Binary | 101101 | 1001010 | 1101000 | 111001 | 11101 | 0 | 111011 | 11010011 | 101000 | 11101 |
Color Harmonies of #2D4A68
Complementary color
Monochromatic Colors of #2D4A68
Black with #2D4A68
Text Example
Text Example
White with #2D4A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A68; }
p { color: rgb(45,74,104); }
H1.HeaderClassName
{
color: #2D4A68;
}
.AnyTagClassName
{
color: #2D4A68;
}
</style>
background-color css
<style>
a { background-color: #2D4A68; }
a { background-color: rgb(45,74,104); }
div.DivClassName
{
background-color: #2D4A68;
}
.BgClassName
{
background-color: #2D4A68;
}
</style>
border-color css
<style>
span { border-color: #2D4A68; }
span { border-color: rgb(45,74,104); }
td.TdClassName
{
border-color: #2D4A68;
}
.TagClassName
{
border-color: #2D4A68;
}
</style>