Shades of Cello #3A495E
Tints of Cello #3A495E
RGB
CMYK
RGB Variations
Color information
#3A495E (or 0x3A495E) is known color: Cello. HEX triplet: 3A, 49 and 5E. RGB value is (58,73,94). Sum of RGB (Red+Green+Blue) = 58+73+94=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A495E is #C5B6A1. Grayscale: #464646. Windows color (decimal): -12957346 or 6179130. OLE color: 6179130.
HSL color Cylindrical-coordinate representation of color #3A495E: hue angle of 215º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A495E is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 73 | 94 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.63 |
| HSL | 215º | 0.24% | 0.3% | - |
| HSV(B) | 215º | 0.38% | 0.37% | - |
| XYZ | 6.15 | 6.47 | 11.52 | - |
| YUV | 70.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 94 | 0.38 | 0.22 | 0 | 0.63 | 215 | 0.24 | 0.3 |
| Hex | 3A | 49 | 5E | 26 | 16 | 0 | 3F | D7 | 18 | 1E |
| Octal | 72 | 111 | 136 | 46 | 26 | 0 | 77 | 327 | 30 | 36 |
| Binary | 111010 | 1001001 | 1011110 | 100110 | 10110 | 0 | 111111 | 11010111 | 11000 | 11110 |
Color Harmonies of #3A495E
Complementary color
Monochromatic Colors of #3A495E
Black with #3A495E
Text Example
Text Example
White with #3A495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A495E; }
p { color: rgb(58,73,94); }
H1.HeaderClassName
{
color: #3A495E;
}
.AnyTagClassName
{
color: #3A495E;
}
</style>
background-color css
<style>
a { background-color: #3A495E; }
a { background-color: rgb(58,73,94); }
div.DivClassName
{
background-color: #3A495E;
}
.BgClassName
{
background-color: #3A495E;
}
</style>
border-color css
<style>
span { border-color: #3A495E; }
span { border-color: rgb(58,73,94); }
td.TdClassName
{
border-color: #3A495E;
}
.TagClassName
{
border-color: #3A495E;
}
</style>