Shades of Atomic #3C4B55
Tints of Atomic #3C4B55
RGB
CMYK
RGB Variations
Color information
#3C4B55 (or 0x3C4B55) is known color: Atomic. HEX triplet: 3C, 4B and 55. RGB value is (60,75,85). Sum of RGB (Red+Green+Blue) = 60+75+85=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C4B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4B55 is #C3B4AA. Grayscale: #474747. Windows color (decimal): -12825771 or 5589820. OLE color: 5589820.
HSL color Cylindrical-coordinate representation of color #3C4B55: hue angle of 204º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C4B55 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 75 | 85 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.67 |
| HSL | 204º | 0.17% | 0.28% | - |
| HSV(B) | 204º | 0.29% | 0.33% | - |
| XYZ | 6.02 | 6.65 | 9.56 | - |
| YUV | 71.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 85 | 0.29 | 0.12 | 0 | 0.67 | 204 | 0.17 | 0.28 |
| Hex | 3C | 4B | 55 | 1D | C | 0 | 43 | CC | 11 | 1C |
| Octal | 74 | 113 | 125 | 35 | 14 | 0 | 103 | 314 | 21 | 34 |
| Binary | 111100 | 1001011 | 1010101 | 11101 | 1100 | 0 | 1000011 | 11001100 | 10001 | 11100 |
Color Harmonies of #3C4B55
Complementary color
Monochromatic Colors of #3C4B55
Black with #3C4B55
Text Example
Text Example
White with #3C4B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4B55; }
p { color: rgb(60,75,85); }
H1.HeaderClassName
{
color: #3C4B55;
}
.AnyTagClassName
{
color: #3C4B55;
}
</style>
background-color css
<style>
a { background-color: #3C4B55; }
a { background-color: rgb(60,75,85); }
div.DivClassName
{
background-color: #3C4B55;
}
.BgClassName
{
background-color: #3C4B55;
}
</style>
border-color css
<style>
span { border-color: #3C4B55; }
span { border-color: rgb(60,75,85); }
td.TdClassName
{
border-color: #3C4B55;
}
.TagClassName
{
border-color: #3C4B55;
}
</style>