Shades of Cello #3A536D
Tints of Cello #3A536D
RGB
CMYK
RGB Variations
Color information
#3A536D (or 0x3A536D) is known color: Cello. HEX triplet: 3A, 53 and 6D. RGB value is (58,83,109). Sum of RGB (Red+Green+Blue) = 58+83+109=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A536D is #C5AC92. Grayscale: #4E4E4E. Windows color (decimal): -12954771 or 7164730. OLE color: 7164730.
HSL color Cylindrical-coordinate representation of color #3A536D: hue angle of 210.59º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A536D is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 83 | 109 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.57 |
| HSL | 210.59º | 0.31% | 0.33% | - |
| HSV(B) | 210.59º | 0.47% | 0.43% | - |
| XYZ | 7.6 | 8.19 | 15.65 | - |
| YUV | 78.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 109 | 0.47 | 0.24 | 0 | 0.57 | 210.59 | 0.31 | 0.33 |
| Hex | 3A | 53 | 6D | 2F | 18 | 0 | 39 | D3 | 1F | 21 |
| Octal | 72 | 123 | 155 | 57 | 30 | 0 | 71 | 323 | 37 | 41 |
| Binary | 111010 | 1010011 | 1101101 | 101111 | 11000 | 0 | 111001 | 11010011 | 11111 | 100001 |
Color Harmonies of #3A536D
Complementary color
Monochromatic Colors of #3A536D
Black with #3A536D
Text Example
Text Example
White with #3A536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A536D; }
p { color: rgb(58,83,109); }
H1.HeaderClassName
{
color: #3A536D;
}
.AnyTagClassName
{
color: #3A536D;
}
</style>
background-color css
<style>
a { background-color: #3A536D; }
a { background-color: rgb(58,83,109); }
div.DivClassName
{
background-color: #3A536D;
}
.BgClassName
{
background-color: #3A536D;
}
</style>
border-color css
<style>
span { border-color: #3A536D; }
span { border-color: rgb(58,83,109); }
td.TdClassName
{
border-color: #3A536D;
}
.TagClassName
{
border-color: #3A536D;
}
</style>