Shades of Atomic #334A57
Tints of Atomic #334A57
RGB
CMYK
RGB Variations
Color information
#334A57 (or 0x334A57) is known color: Atomic. HEX triplet: 33, 4A and 57. RGB value is (51,74,87). Sum of RGB (Red+Green+Blue) = 51+74+87=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #334A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A57 is #CCB5A8. Grayscale: #444444. Windows color (decimal): -13415849 or 5720627. OLE color: 5720627.
HSL color Cylindrical-coordinate representation of color #334A57: hue angle of 201.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #334A57 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 74 | 87 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.66 |
| HSL | 201.67º | 0.26% | 0.27% | - |
| HSV(B) | 201.67º | 0.41% | 0.34% | - |
| XYZ | 5.53 | 6.29 | 9.94 | - |
| YUV | 68.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 87 | 0.41 | 0.15 | 0 | 0.66 | 201.67 | 0.26 | 0.27 |
| Hex | 33 | 4A | 57 | 29 | F | 0 | 42 | CA | 1A | 1B |
| Octal | 63 | 112 | 127 | 51 | 17 | 0 | 102 | 312 | 32 | 33 |
| Binary | 110011 | 1001010 | 1010111 | 101001 | 1111 | 0 | 1000010 | 11001010 | 11010 | 11011 |
Color Harmonies of #334A57
Complementary color
Monochromatic Colors of #334A57
Black with #334A57
Text Example
Text Example
White with #334A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A57; }
p { color: rgb(51,74,87); }
H1.HeaderClassName
{
color: #334A57;
}
.AnyTagClassName
{
color: #334A57;
}
</style>
background-color css
<style>
a { background-color: #334A57; }
a { background-color: rgb(51,74,87); }
div.DivClassName
{
background-color: #334A57;
}
.BgClassName
{
background-color: #334A57;
}
</style>
border-color css
<style>
span { border-color: #334A57; }
span { border-color: rgb(51,74,87); }
td.TdClassName
{
border-color: #334A57;
}
.TagClassName
{
border-color: #334A57;
}
</style>