Shades of Atomic #3C4953
Tints of Atomic #3C4953
RGB
CMYK
RGB Variations
Color information
#3C4953 (or 0x3C4953) is known color: Atomic. HEX triplet: 3C, 49 and 53. RGB value is (60,73,83). Sum of RGB (Red+Green+Blue) = 60+73+83=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C4953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4953 is #C3B6AC. Grayscale: #464646. Windows color (decimal): -12826285 or 5458236. OLE color: 5458236.
HSL color Cylindrical-coordinate representation of color #3C4953: hue angle of 206.09º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C4953 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 73 | 83 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.67 |
| HSL | 206.09º | 0.16% | 0.28% | - |
| HSV(B) | 206.09º | 0.28% | 0.33% | - |
| XYZ | 5.81 | 6.35 | 9.1 | - |
| YUV | 70.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 83 | 0.28 | 0.12 | 0 | 0.67 | 206.09 | 0.16 | 0.28 |
| Hex | 3C | 49 | 53 | 1C | C | 0 | 43 | CE | 10 | 1C |
| Octal | 74 | 111 | 123 | 34 | 14 | 0 | 103 | 316 | 20 | 34 |
| Binary | 111100 | 1001001 | 1010011 | 11100 | 1100 | 0 | 1000011 | 11001110 | 10000 | 11100 |
Color Harmonies of #3C4953
Complementary color
Monochromatic Colors of #3C4953
Black with #3C4953
Text Example
Text Example
White with #3C4953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4953; }
p { color: rgb(60,73,83); }
H1.HeaderClassName
{
color: #3C4953;
}
.AnyTagClassName
{
color: #3C4953;
}
</style>
background-color css
<style>
a { background-color: #3C4953; }
a { background-color: rgb(60,73,83); }
div.DivClassName
{
background-color: #3C4953;
}
.BgClassName
{
background-color: #3C4953;
}
</style>
border-color css
<style>
span { border-color: #3C4953; }
span { border-color: rgb(60,73,83); }
td.TdClassName
{
border-color: #3C4953;
}
.TagClassName
{
border-color: #3C4953;
}
</style>