Shades of Atomic #434C51
Tints of Atomic #434C51
RGB
CMYK
RGB Variations
Color information
#434C51 (or 0x434C51) is known color: Atomic. HEX triplet: 43, 4C and 51. RGB value is (67,76,81). Sum of RGB (Red+Green+Blue) = 67+76+81=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #434C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C51 is #BCB3AE. Grayscale: #494949. Windows color (decimal): -12366767 or 5327939. OLE color: 5327939.
HSL color Cylindrical-coordinate representation of color #434C51: hue angle of 201.43º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #434C51 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 76 | 81 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.68 |
| HSL | 201.43º | 0.09% | 0.29% | - |
| HSV(B) | 201.43º | 0.17% | 0.32% | - |
| XYZ | 6.38 | 6.96 | 8.79 | - |
| YUV | 73.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 81 | 0.17 | 0.06 | 0 | 0.68 | 201.43 | 0.09 | 0.29 |
| Hex | 43 | 4C | 51 | 11 | 6 | 0 | 44 | C9 | 9 | 1D |
| Octal | 103 | 114 | 121 | 21 | 6 | 0 | 104 | 311 | 11 | 35 |
| Binary | 1000011 | 1001100 | 1010001 | 10001 | 110 | 0 | 1000100 | 11001001 | 1001 | 11101 |
Color Harmonies of #434C51
Complementary color
Monochromatic Colors of #434C51
Black with #434C51
Text Example
Text Example
White with #434C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C51; }
p { color: rgb(67,76,81); }
H1.HeaderClassName
{
color: #434C51;
}
.AnyTagClassName
{
color: #434C51;
}
</style>
background-color css
<style>
a { background-color: #434C51; }
a { background-color: rgb(67,76,81); }
div.DivClassName
{
background-color: #434C51;
}
.BgClassName
{
background-color: #434C51;
}
</style>
border-color css
<style>
span { border-color: #434C51; }
span { border-color: rgb(67,76,81); }
td.TdClassName
{
border-color: #434C51;
}
.TagClassName
{
border-color: #434C51;
}
</style>