Shades of Cello #345362
Tints of Cello #345362
RGB
CMYK
RGB Variations
Color information
#345362 (or 0x345362) is known color: Cello. HEX triplet: 34, 53 and 62. RGB value is (52,83,98). Sum of RGB (Red+Green+Blue) = 52+83+98=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #345362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345362 is #CBAC9D. Grayscale: #4B4B4B. Windows color (decimal): -13347998 or 6443828. OLE color: 6443828.
HSL color Cylindrical-coordinate representation of color #345362: hue angle of 199.57º 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 #345362 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 83 | 98 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.62 |
| HSL | 199.57º | 0.31% | 0.29% | - |
| HSV(B) | 199.57º | 0.47% | 0.38% | - |
| XYZ | 6.71 | 7.8 | 12.71 | - |
| YUV | 75.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 98 | 0.47 | 0.15 | 0 | 0.62 | 199.57 | 0.31 | 0.29 |
| Hex | 34 | 53 | 62 | 2F | F | 0 | 3E | C8 | 1F | 1D |
| Octal | 64 | 123 | 142 | 57 | 17 | 0 | 76 | 310 | 37 | 35 |
| Binary | 110100 | 1010011 | 1100010 | 101111 | 1111 | 0 | 111110 | 11001000 | 11111 | 11101 |
Color Harmonies of #345362
Complementary color
Monochromatic Colors of #345362
Black with #345362
Text Example
Text Example
White with #345362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345362; }
p { color: rgb(52,83,98); }
H1.HeaderClassName
{
color: #345362;
}
.AnyTagClassName
{
color: #345362;
}
</style>
background-color css
<style>
a { background-color: #345362; }
a { background-color: rgb(52,83,98); }
div.DivClassName
{
background-color: #345362;
}
.BgClassName
{
background-color: #345362;
}
</style>
border-color css
<style>
span { border-color: #345362; }
span { border-color: rgb(52,83,98); }
td.TdClassName
{
border-color: #345362;
}
.TagClassName
{
border-color: #345362;
}
</style>