Shades of Cello #334C5D
Tints of Cello #334C5D
RGB
CMYK
RGB Variations
Color information
#334C5D (or 0x334C5D) is known color: Cello. HEX triplet: 33, 4C and 5D. RGB value is (51,76,93). Sum of RGB (Red+Green+Blue) = 51+76+93=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #334C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C5D is #CCB3A2. Grayscale: #464646. Windows color (decimal): -13415331 or 6114355. OLE color: 6114355.
HSL color Cylindrical-coordinate representation of color #334C5D: hue angle of 204.29º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #334C5D is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 76 | 93 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.64 |
| HSL | 204.29º | 0.29% | 0.28% | - |
| HSV(B) | 204.29º | 0.45% | 0.36% | - |
| XYZ | 5.93 | 6.66 | 11.33 | - |
| YUV | 70.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 93 | 0.45 | 0.18 | 0 | 0.64 | 204.29 | 0.29 | 0.28 |
| Hex | 33 | 4C | 5D | 2D | 12 | 0 | 40 | CC | 1D | 1C |
| Octal | 63 | 114 | 135 | 55 | 22 | 0 | 100 | 314 | 35 | 34 |
| Binary | 110011 | 1001100 | 1011101 | 101101 | 10010 | 0 | 1000000 | 11001100 | 11101 | 11100 |
Color Harmonies of #334C5D
Complementary color
Monochromatic Colors of #334C5D
Black with #334C5D
Text Example
Text Example
White with #334C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C5D; }
p { color: rgb(51,76,93); }
H1.HeaderClassName
{
color: #334C5D;
}
.AnyTagClassName
{
color: #334C5D;
}
</style>
background-color css
<style>
a { background-color: #334C5D; }
a { background-color: rgb(51,76,93); }
div.DivClassName
{
background-color: #334C5D;
}
.BgClassName
{
background-color: #334C5D;
}
</style>
border-color css
<style>
span { border-color: #334C5D; }
span { border-color: rgb(51,76,93); }
td.TdClassName
{
border-color: #334C5D;
}
.TagClassName
{
border-color: #334C5D;
}
</style>