Shades of Cello #334B62
Tints of Cello #334B62
RGB
CMYK
RGB Variations
Color information
#334B62 (or 0x334B62) is known color: Cello. HEX triplet: 33, 4B and 62. RGB value is (51,75,98). Sum of RGB (Red+Green+Blue) = 51+75+98=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #334B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B62 is #CCB49D. Grayscale: #464646. Windows color (decimal): -13415582 or 6441779. OLE color: 6441779.
HSL color Cylindrical-coordinate representation of color #334B62: hue angle of 209.36º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334B62 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 75 | 98 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.62 |
| HSL | 209.36º | 0.32% | 0.29% | - |
| HSV(B) | 209.36º | 0.48% | 0.38% | - |
| XYZ | 6.09 | 6.62 | 12.51 | - |
| YUV | 70.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 98 | 0.48 | 0.23 | 0 | 0.62 | 209.36 | 0.32 | 0.29 |
| Hex | 33 | 4B | 62 | 30 | 17 | 0 | 3E | D1 | 20 | 1D |
| Octal | 63 | 113 | 142 | 60 | 27 | 0 | 76 | 321 | 40 | 35 |
| Binary | 110011 | 1001011 | 1100010 | 110000 | 10111 | 0 | 111110 | 11010001 | 100000 | 11101 |
Color Harmonies of #334B62
Complementary color
Monochromatic Colors of #334B62
Black with #334B62
Text Example
Text Example
White with #334B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B62; }
p { color: rgb(51,75,98); }
H1.HeaderClassName
{
color: #334B62;
}
.AnyTagClassName
{
color: #334B62;
}
</style>
background-color css
<style>
a { background-color: #334B62; }
a { background-color: rgb(51,75,98); }
div.DivClassName
{
background-color: #334B62;
}
.BgClassName
{
background-color: #334B62;
}
</style>
border-color css
<style>
span { border-color: #334B62; }
span { border-color: rgb(51,75,98); }
td.TdClassName
{
border-color: #334B62;
}
.TagClassName
{
border-color: #334B62;
}
</style>