Shades of Cello #3A505C
Tints of Cello #3A505C
RGB
CMYK
RGB Variations
Color information
#3A505C (or 0x3A505C) is known color: Cello. HEX triplet: 3A, 50 and 5C. RGB value is (58,80,92). Sum of RGB (Red+Green+Blue) = 58+80+92=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A505C is #C5AFA3. Grayscale: #4A4A4A. Windows color (decimal): -12955556 or 6049850. OLE color: 6049850.
HSL color Cylindrical-coordinate representation of color #3A505C: hue angle of 201.18º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A505C is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 80 | 92 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.64 |
| HSL | 201.18º | 0.23% | 0.29% | - |
| HSV(B) | 201.18º | 0.37% | 0.36% | - |
| XYZ | 6.55 | 7.41 | 11.21 | - |
| YUV | 74.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 92 | 0.37 | 0.13 | 0 | 0.64 | 201.18 | 0.23 | 0.29 |
| Hex | 3A | 50 | 5C | 25 | D | 0 | 40 | C9 | 17 | 1D |
| Octal | 72 | 120 | 134 | 45 | 15 | 0 | 100 | 311 | 27 | 35 |
| Binary | 111010 | 1010000 | 1011100 | 100101 | 1101 | 0 | 1000000 | 11001001 | 10111 | 11101 |
Color Harmonies of #3A505C
Complementary color
Monochromatic Colors of #3A505C
Black with #3A505C
Text Example
Text Example
White with #3A505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A505C; }
p { color: rgb(58,80,92); }
H1.HeaderClassName
{
color: #3A505C;
}
.AnyTagClassName
{
color: #3A505C;
}
</style>
background-color css
<style>
a { background-color: #3A505C; }
a { background-color: rgb(58,80,92); }
div.DivClassName
{
background-color: #3A505C;
}
.BgClassName
{
background-color: #3A505C;
}
</style>
border-color css
<style>
span { border-color: #3A505C; }
span { border-color: rgb(58,80,92); }
td.TdClassName
{
border-color: #3A505C;
}
.TagClassName
{
border-color: #3A505C;
}
</style>