Shades of Atomic #334B54
Tints of Atomic #334B54
RGB
CMYK
RGB Variations
Color information
#334B54 (or 0x334B54) is known color: Atomic. HEX triplet: 33, 4B and 54. RGB value is (51,75,84). Sum of RGB (Red+Green+Blue) = 51+75+84=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #334B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B54 is #CCB4AB. Grayscale: #444444. Windows color (decimal): -13415596 or 5524275. OLE color: 5524275.
HSL color Cylindrical-coordinate representation of color #334B54: hue angle of 196.36º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334B54 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 75 | 84 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.67 |
| HSL | 196.36º | 0.24% | 0.26% | - |
| HSV(B) | 196.36º | 0.39% | 0.33% | - |
| XYZ | 5.48 | 6.38 | 9.33 | - |
| YUV | 68.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 84 | 0.39 | 0.11 | 0 | 0.67 | 196.36 | 0.24 | 0.26 |
| Hex | 33 | 4B | 54 | 27 | B | 0 | 43 | C4 | 18 | 1A |
| Octal | 63 | 113 | 124 | 47 | 13 | 0 | 103 | 304 | 30 | 32 |
| Binary | 110011 | 1001011 | 1010100 | 100111 | 1011 | 0 | 1000011 | 11000100 | 11000 | 11010 |
Color Harmonies of #334B54
Complementary color
Monochromatic Colors of #334B54
Black with #334B54
Text Example
Text Example
White with #334B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B54; }
p { color: rgb(51,75,84); }
H1.HeaderClassName
{
color: #334B54;
}
.AnyTagClassName
{
color: #334B54;
}
</style>
background-color css
<style>
a { background-color: #334B54; }
a { background-color: rgb(51,75,84); }
div.DivClassName
{
background-color: #334B54;
}
.BgClassName
{
background-color: #334B54;
}
</style>
border-color css
<style>
span { border-color: #334B54; }
span { border-color: rgb(51,75,84); }
td.TdClassName
{
border-color: #334B54;
}
.TagClassName
{
border-color: #334B54;
}
</style>