Shades of Atomic #434C54
Tints of Atomic #434C54
RGB
CMYK
RGB Variations
Color information
#434C54 (or 0x434C54) is known color: Atomic. HEX triplet: 43, 4C and 54. RGB value is (67,76,84). Sum of RGB (Red+Green+Blue) = 67+76+84=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #434C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C54 is #BCB3AB. Grayscale: #4A4A4A. Windows color (decimal): -12366764 or 5524547. OLE color: 5524547.
HSL color Cylindrical-coordinate representation of color #434C54: hue angle of 208.24º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #434C54 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 76 | 84 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.67 |
| HSL | 208.24º | 0.11% | 0.3% | - |
| HSV(B) | 208.24º | 0.2% | 0.33% | - |
| XYZ | 6.5 | 7 | 9.4 | - |
| YUV | 74.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 84 | 0.20 | 0.10 | 0 | 0.67 | 208.24 | 0.11 | 0.3 |
| Hex | 43 | 4C | 54 | 14 | A | 0 | 43 | D0 | B | 1E |
| Octal | 103 | 114 | 124 | 24 | 12 | 0 | 103 | 320 | 13 | 36 |
| Binary | 1000011 | 1001100 | 1010100 | 10100 | 1010 | 0 | 1000011 | 11010000 | 1011 | 11110 |
Color Harmonies of #434C54
Complementary color
Monochromatic Colors of #434C54
Black with #434C54
Text Example
Text Example
White with #434C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C54; }
p { color: rgb(67,76,84); }
H1.HeaderClassName
{
color: #434C54;
}
.AnyTagClassName
{
color: #434C54;
}
</style>
background-color css
<style>
a { background-color: #434C54; }
a { background-color: rgb(67,76,84); }
div.DivClassName
{
background-color: #434C54;
}
.BgClassName
{
background-color: #434C54;
}
</style>
border-color css
<style>
span { border-color: #434C54; }
span { border-color: rgb(67,76,84); }
td.TdClassName
{
border-color: #434C54;
}
.TagClassName
{
border-color: #434C54;
}
</style>