Shades of Cello #345262
Tints of Cello #345262
RGB
CMYK
RGB Variations
Color information
#345262 (or 0x345262) is known color: Cello. HEX triplet: 34, 52 and 62. RGB value is (52,82,98). Sum of RGB (Red+Green+Blue) = 52+82+98=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #345262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345262 is #CBAD9D. Grayscale: #4A4A4A. Windows color (decimal): -13348254 or 6443572. OLE color: 6443572.
HSL color Cylindrical-coordinate representation of color #345262: hue angle of 200.87º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345262 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 82 | 98 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.62 |
| HSL | 200.87º | 0.31% | 0.29% | - |
| HSV(B) | 200.87º | 0.47% | 0.38% | - |
| XYZ | 6.64 | 7.65 | 12.68 | - |
| YUV | 74.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 98 | 0.47 | 0.16 | 0 | 0.62 | 200.87 | 0.31 | 0.29 |
| Hex | 34 | 52 | 62 | 2F | 10 | 0 | 3E | C9 | 1F | 1D |
| Octal | 64 | 122 | 142 | 57 | 20 | 0 | 76 | 311 | 37 | 35 |
| Binary | 110100 | 1010010 | 1100010 | 101111 | 10000 | 0 | 111110 | 11001001 | 11111 | 11101 |
Color Harmonies of #345262
Complementary color
Monochromatic Colors of #345262
Black with #345262
Text Example
Text Example
White with #345262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345262; }
p { color: rgb(52,82,98); }
H1.HeaderClassName
{
color: #345262;
}
.AnyTagClassName
{
color: #345262;
}
</style>
background-color css
<style>
a { background-color: #345262; }
a { background-color: rgb(52,82,98); }
div.DivClassName
{
background-color: #345262;
}
.BgClassName
{
background-color: #345262;
}
</style>
border-color css
<style>
span { border-color: #345262; }
span { border-color: rgb(52,82,98); }
td.TdClassName
{
border-color: #345262;
}
.TagClassName
{
border-color: #345262;
}
</style>