Shades of Atomic #434C52
Tints of Atomic #434C52
RGB
CMYK
RGB Variations
Color information
#434C52 (or 0x434C52) is known color: Atomic. HEX triplet: 43, 4C and 52. RGB value is (67,76,82). Sum of RGB (Red+Green+Blue) = 67+76+82=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #434C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C52 is #BCB3AD. Grayscale: #494949. Windows color (decimal): -12366766 or 5393475. OLE color: 5393475.
HSL color Cylindrical-coordinate representation of color #434C52: hue angle of 204º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #434C52 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 76 | 82 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.68 |
| HSL | 204º | 0.1% | 0.29% | - |
| HSV(B) | 204º | 0.18% | 0.32% | - |
| XYZ | 6.42 | 6.97 | 8.99 | - |
| YUV | 73.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 82 | 0.18 | 0.07 | 0 | 0.68 | 204 | 0.1 | 0.29 |
| Hex | 43 | 4C | 52 | 12 | 7 | 0 | 44 | CC | A | 1D |
| Octal | 103 | 114 | 122 | 22 | 7 | 0 | 104 | 314 | 12 | 35 |
| Binary | 1000011 | 1001100 | 1010010 | 10010 | 111 | 0 | 1000100 | 11001100 | 1010 | 11101 |
Color Harmonies of #434C52
Complementary color
Monochromatic Colors of #434C52
Black with #434C52
Text Example
Text Example
White with #434C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C52; }
p { color: rgb(67,76,82); }
H1.HeaderClassName
{
color: #434C52;
}
.AnyTagClassName
{
color: #434C52;
}
</style>
background-color css
<style>
a { background-color: #434C52; }
a { background-color: rgb(67,76,82); }
div.DivClassName
{
background-color: #434C52;
}
.BgClassName
{
background-color: #434C52;
}
</style>
border-color css
<style>
span { border-color: #434C52; }
span { border-color: rgb(67,76,82); }
td.TdClassName
{
border-color: #434C52;
}
.TagClassName
{
border-color: #434C52;
}
</style>