Shades of Cello #334A59
Tints of Cello #334A59
RGB
CMYK
RGB Variations
Color information
#334A59 (or 0x334A59) is known color: Cello. HEX triplet: 33, 4A and 59. RGB value is (51,74,89). Sum of RGB (Red+Green+Blue) = 51+74+89=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #334A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A59 is #CCB5A6. Grayscale: #444444. Windows color (decimal): -13415847 or 5851699. OLE color: 5851699.
HSL color Cylindrical-coordinate representation of color #334A59: hue angle of 203.68º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334A59 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 74 | 89 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.65 |
| HSL | 203.68º | 0.27% | 0.27% | - |
| HSV(B) | 203.68º | 0.43% | 0.35% | - |
| XYZ | 5.62 | 6.32 | 10.38 | - |
| YUV | 68.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 89 | 0.43 | 0.17 | 0 | 0.65 | 203.68 | 0.27 | 0.27 |
| Hex | 33 | 4A | 59 | 2B | 11 | 0 | 41 | CC | 1B | 1B |
| Octal | 63 | 112 | 131 | 53 | 21 | 0 | 101 | 314 | 33 | 33 |
| Binary | 110011 | 1001010 | 1011001 | 101011 | 10001 | 0 | 1000001 | 11001100 | 11011 | 11011 |
Color Harmonies of #334A59
Complementary color
Monochromatic Colors of #334A59
Black with #334A59
Text Example
Text Example
White with #334A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A59; }
p { color: rgb(51,74,89); }
H1.HeaderClassName
{
color: #334A59;
}
.AnyTagClassName
{
color: #334A59;
}
</style>
background-color css
<style>
a { background-color: #334A59; }
a { background-color: rgb(51,74,89); }
div.DivClassName
{
background-color: #334A59;
}
.BgClassName
{
background-color: #334A59;
}
</style>
border-color css
<style>
span { border-color: #334A59; }
span { border-color: rgb(51,74,89); }
td.TdClassName
{
border-color: #334A59;
}
.TagClassName
{
border-color: #334A59;
}
</style>