Shades of Cello #3A566A
Tints of Cello #3A566A
RGB
CMYK
RGB Variations
Color information
#3A566A (or 0x3A566A) is known color: Cello. HEX triplet: 3A, 56 and 6A. RGB value is (58,86,106). Sum of RGB (Red+Green+Blue) = 58+86+106=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A566A is #C5A995. Grayscale: #4F4F4F. Windows color (decimal): -12954006 or 6968890. OLE color: 6968890.
HSL color Cylindrical-coordinate representation of color #3A566A: hue angle of 205º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A566A is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 86 | 106 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.58 |
| HSL | 205º | 0.29% | 0.32% | - |
| HSV(B) | 205º | 0.45% | 0.42% | - |
| XYZ | 7.67 | 8.6 | 14.89 | - |
| YUV | 79.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 106 | 0.45 | 0.19 | 0 | 0.58 | 205 | 0.29 | 0.32 |
| Hex | 3A | 56 | 6A | 2D | 13 | 0 | 3A | CD | 1D | 20 |
| Octal | 72 | 126 | 152 | 55 | 23 | 0 | 72 | 315 | 35 | 40 |
| Binary | 111010 | 1010110 | 1101010 | 101101 | 10011 | 0 | 111010 | 11001101 | 11101 | 100000 |
Color Harmonies of #3A566A
Complementary color
Monochromatic Colors of #3A566A
Black with #3A566A
Text Example
Text Example
White with #3A566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A566A; }
p { color: rgb(58,86,106); }
H1.HeaderClassName
{
color: #3A566A;
}
.AnyTagClassName
{
color: #3A566A;
}
</style>
background-color css
<style>
a { background-color: #3A566A; }
a { background-color: rgb(58,86,106); }
div.DivClassName
{
background-color: #3A566A;
}
.BgClassName
{
background-color: #3A566A;
}
</style>
border-color css
<style>
span { border-color: #3A566A; }
span { border-color: rgb(58,86,106); }
td.TdClassName
{
border-color: #3A566A;
}
.TagClassName
{
border-color: #3A566A;
}
</style>