Shades of Cello #334B5B
Tints of Cello #334B5B
RGB
CMYK
RGB Variations
Color information
#334B5B (or 0x334B5B) is known color: Cello. HEX triplet: 33, 4B and 5B. RGB value is (51,75,91). Sum of RGB (Red+Green+Blue) = 51+75+91=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #334B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B5B is #CCB4A4. Grayscale: #454545. Windows color (decimal): -13415589 or 5983027. OLE color: 5983027.
HSL color Cylindrical-coordinate representation of color #334B5B: hue angle of 204º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #334B5B is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 75 | 91 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.64 |
| HSL | 204º | 0.28% | 0.28% | - |
| HSV(B) | 204º | 0.44% | 0.36% | - |
| XYZ | 5.77 | 6.49 | 10.85 | - |
| YUV | 69.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 91 | 0.44 | 0.18 | 0 | 0.64 | 204 | 0.28 | 0.28 |
| Hex | 33 | 4B | 5B | 2C | 12 | 0 | 40 | CC | 1C | 1C |
| Octal | 63 | 113 | 133 | 54 | 22 | 0 | 100 | 314 | 34 | 34 |
| Binary | 110011 | 1001011 | 1011011 | 101100 | 10010 | 0 | 1000000 | 11001100 | 11100 | 11100 |
Color Harmonies of #334B5B
Complementary color
Monochromatic Colors of #334B5B
Black with #334B5B
Text Example
Text Example
White with #334B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B5B; }
p { color: rgb(51,75,91); }
H1.HeaderClassName
{
color: #334B5B;
}
.AnyTagClassName
{
color: #334B5B;
}
</style>
background-color css
<style>
a { background-color: #334B5B; }
a { background-color: rgb(51,75,91); }
div.DivClassName
{
background-color: #334B5B;
}
.BgClassName
{
background-color: #334B5B;
}
</style>
border-color css
<style>
span { border-color: #334B5B; }
span { border-color: rgb(51,75,91); }
td.TdClassName
{
border-color: #334B5B;
}
.TagClassName
{
border-color: #334B5B;
}
</style>