Shades of Cello #3A4E5A
Tints of Cello #3A4E5A
RGB
CMYK
RGB Variations
Color information
#3A4E5A (or 0x3A4E5A) is known color: Cello. HEX triplet: 3A, 4E and 5A. RGB value is (58,78,90). Sum of RGB (Red+Green+Blue) = 58+78+90=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A4E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4E5A is #C5B1A5. Grayscale: #494949. Windows color (decimal): -12956070 or 5918266. OLE color: 5918266.
HSL color Cylindrical-coordinate representation of color #3A4E5A: hue angle of 202.5º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A4E5A is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 78 | 90 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.65 |
| HSL | 202.5º | 0.22% | 0.29% | - |
| HSV(B) | 202.5º | 0.36% | 0.35% | - |
| XYZ | 6.31 | 7.09 | 10.71 | - |
| YUV | 73.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 78 | 90 | 0.36 | 0.13 | 0 | 0.65 | 202.5 | 0.22 | 0.29 |
| Hex | 3A | 4E | 5A | 24 | D | 0 | 41 | CA | 16 | 1D |
| Octal | 72 | 116 | 132 | 44 | 15 | 0 | 101 | 312 | 26 | 35 |
| Binary | 111010 | 1001110 | 1011010 | 100100 | 1101 | 0 | 1000001 | 11001010 | 10110 | 11101 |
Color Harmonies of #3A4E5A
Complementary color
Monochromatic Colors of #3A4E5A
Black with #3A4E5A
Text Example
Text Example
White with #3A4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4E5A; }
p { color: rgb(58,78,90); }
H1.HeaderClassName
{
color: #3A4E5A;
}
.AnyTagClassName
{
color: #3A4E5A;
}
</style>
background-color css
<style>
a { background-color: #3A4E5A; }
a { background-color: rgb(58,78,90); }
div.DivClassName
{
background-color: #3A4E5A;
}
.BgClassName
{
background-color: #3A4E5A;
}
</style>
border-color css
<style>
span { border-color: #3A4E5A; }
span { border-color: rgb(58,78,90); }
td.TdClassName
{
border-color: #3A4E5A;
}
.TagClassName
{
border-color: #3A4E5A;
}
</style>