Shades of Cello #344C5B
Tints of Cello #344C5B
RGB
CMYK
RGB Variations
Color information
#344C5B (or 0x344C5B) is known color: Cello. HEX triplet: 34, 4C and 5B. RGB value is (52,76,91). Sum of RGB (Red+Green+Blue) = 52+76+91=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #344C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C5B is #CBB3A4. Grayscale: #464646. Windows color (decimal): -13349797 or 5983284. OLE color: 5983284.
HSL color Cylindrical-coordinate representation of color #344C5B: hue angle of 203.08º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #344C5B is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 76 | 91 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.64 |
| HSL | 203.08º | 0.27% | 0.28% | - |
| HSV(B) | 203.08º | 0.43% | 0.36% | - |
| XYZ | 5.89 | 6.65 | 10.87 | - |
| YUV | 70.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 91 | 0.43 | 0.16 | 0 | 0.64 | 203.08 | 0.27 | 0.28 |
| Hex | 34 | 4C | 5B | 2B | 10 | 0 | 40 | CB | 1B | 1C |
| Octal | 64 | 114 | 133 | 53 | 20 | 0 | 100 | 313 | 33 | 34 |
| Binary | 110100 | 1001100 | 1011011 | 101011 | 10000 | 0 | 1000000 | 11001011 | 11011 | 11100 |
Color Harmonies of #344C5B
Complementary color
Monochromatic Colors of #344C5B
Black with #344C5B
Text Example
Text Example
White with #344C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C5B; }
p { color: rgb(52,76,91); }
H1.HeaderClassName
{
color: #344C5B;
}
.AnyTagClassName
{
color: #344C5B;
}
</style>
background-color css
<style>
a { background-color: #344C5B; }
a { background-color: rgb(52,76,91); }
div.DivClassName
{
background-color: #344C5B;
}
.BgClassName
{
background-color: #344C5B;
}
</style>
border-color css
<style>
span { border-color: #344C5B; }
span { border-color: rgb(52,76,91); }
td.TdClassName
{
border-color: #344C5B;
}
.TagClassName
{
border-color: #344C5B;
}
</style>