Shades of Atomic #344F5B
Tints of Atomic #344F5B
RGB
CMYK
RGB Variations
Color information
#344F5B (or 0x344F5B) is known color: Atomic. HEX triplet: 34, 4F and 5B. RGB value is (52,79,91). Sum of RGB (Red+Green+Blue) = 52+79+91=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #344F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F5B is #CBB0A4. Grayscale: #484848. Windows color (decimal): -13349029 or 5984052. OLE color: 5984052.
HSL color Cylindrical-coordinate representation of color #344F5B: hue angle of 198.46º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #344F5B is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 79 | 91 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.64 |
| HSL | 198.46º | 0.27% | 0.28% | - |
| HSV(B) | 198.46º | 0.43% | 0.36% | - |
| XYZ | 6.1 | 7.08 | 10.94 | - |
| YUV | 72.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 91 | 0.43 | 0.13 | 0 | 0.64 | 198.46 | 0.27 | 0.28 |
| Hex | 34 | 4F | 5B | 2B | D | 0 | 40 | C6 | 1B | 1C |
| Octal | 64 | 117 | 133 | 53 | 15 | 0 | 100 | 306 | 33 | 34 |
| Binary | 110100 | 1001111 | 1011011 | 101011 | 1101 | 0 | 1000000 | 11000110 | 11011 | 11100 |
Color Harmonies of #344F5B
Complementary color
Monochromatic Colors of #344F5B
Black with #344F5B
Text Example
Text Example
White with #344F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F5B; }
p { color: rgb(52,79,91); }
H1.HeaderClassName
{
color: #344F5B;
}
.AnyTagClassName
{
color: #344F5B;
}
</style>
background-color css
<style>
a { background-color: #344F5B; }
a { background-color: rgb(52,79,91); }
div.DivClassName
{
background-color: #344F5B;
}
.BgClassName
{
background-color: #344F5B;
}
</style>
border-color css
<style>
span { border-color: #344F5B; }
span { border-color: rgb(52,79,91); }
td.TdClassName
{
border-color: #344F5B;
}
.TagClassName
{
border-color: #344F5B;
}
</style>