Shades of Atomic #334B58
Tints of Atomic #334B58
RGB
CMYK
RGB Variations
Color information
#334B58 (or 0x334B58) is known color: Atomic. HEX triplet: 33, 4B and 58. RGB value is (51,75,88). Sum of RGB (Red+Green+Blue) = 51+75+88=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #334B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B58 is #CCB4A7. Grayscale: #454545. Windows color (decimal): -13415592 or 5786419. OLE color: 5786419.
HSL color Cylindrical-coordinate representation of color #334B58: hue angle of 201.08º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334B58 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 75 | 88 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.65 |
| HSL | 201.08º | 0.27% | 0.27% | - |
| HSV(B) | 201.08º | 0.42% | 0.35% | - |
| XYZ | 5.64 | 6.44 | 10.18 | - |
| YUV | 69.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 88 | 0.42 | 0.15 | 0 | 0.65 | 201.08 | 0.27 | 0.27 |
| Hex | 33 | 4B | 58 | 2A | F | 0 | 41 | C9 | 1B | 1B |
| Octal | 63 | 113 | 130 | 52 | 17 | 0 | 101 | 311 | 33 | 33 |
| Binary | 110011 | 1001011 | 1011000 | 101010 | 1111 | 0 | 1000001 | 11001001 | 11011 | 11011 |
Color Harmonies of #334B58
Complementary color
Monochromatic Colors of #334B58
Black with #334B58
Text Example
Text Example
White with #334B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B58; }
p { color: rgb(51,75,88); }
H1.HeaderClassName
{
color: #334B58;
}
.AnyTagClassName
{
color: #334B58;
}
</style>
background-color css
<style>
a { background-color: #334B58; }
a { background-color: rgb(51,75,88); }
div.DivClassName
{
background-color: #334B58;
}
.BgClassName
{
background-color: #334B58;
}
</style>
border-color css
<style>
span { border-color: #334B58; }
span { border-color: rgb(51,75,88); }
td.TdClassName
{
border-color: #334B58;
}
.TagClassName
{
border-color: #334B58;
}
</style>