Shades of Atomic #3C4E56
Tints of Atomic #3C4E56
RGB
CMYK
RGB Variations
Color information
#3C4E56 (or 0x3C4E56) is known color: Atomic. HEX triplet: 3C, 4E and 56. RGB value is (60,78,86). Sum of RGB (Red+Green+Blue) = 60+78+86=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #3C4E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4E56 is #C3B1A9. Grayscale: #494949. Windows color (decimal): -12825002 or 5656124. OLE color: 5656124.
HSL color Cylindrical-coordinate representation of color #3C4E56: hue angle of 198.46º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C4E56 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 78 | 86 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.66 |
| HSL | 198.46º | 0.18% | 0.29% | - |
| HSV(B) | 198.46º | 0.3% | 0.34% | - |
| XYZ | 6.27 | 7.08 | 9.84 | - |
| YUV | 73.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 78 | 86 | 0.30 | 0.09 | 0 | 0.66 | 198.46 | 0.18 | 0.29 |
| Hex | 3C | 4E | 56 | 1E | 9 | 0 | 42 | C6 | 12 | 1D |
| Octal | 74 | 116 | 126 | 36 | 11 | 0 | 102 | 306 | 22 | 35 |
| Binary | 111100 | 1001110 | 1010110 | 11110 | 1001 | 0 | 1000010 | 11000110 | 10010 | 11101 |
Color Harmonies of #3C4E56
Complementary color
Monochromatic Colors of #3C4E56
Black with #3C4E56
Text Example
Text Example
White with #3C4E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4E56; }
p { color: rgb(60,78,86); }
H1.HeaderClassName
{
color: #3C4E56;
}
.AnyTagClassName
{
color: #3C4E56;
}
</style>
background-color css
<style>
a { background-color: #3C4E56; }
a { background-color: rgb(60,78,86); }
div.DivClassName
{
background-color: #3C4E56;
}
.BgClassName
{
background-color: #3C4E56;
}
</style>
border-color css
<style>
span { border-color: #3C4E56; }
span { border-color: rgb(60,78,86); }
td.TdClassName
{
border-color: #3C4E56;
}
.TagClassName
{
border-color: #3C4E56;
}
</style>