Shades of Atomic #344E5A
Tints of Atomic #344E5A
RGB
CMYK
RGB Variations
Color information
#344E5A (or 0x344E5A) is known color: Atomic. HEX triplet: 34, 4E and 5A. RGB value is (52,78,90). Sum of RGB (Red+Green+Blue) = 52+78+90=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #344E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E5A is #CBB1A5. Grayscale: #474747. Windows color (decimal): -13349286 or 5918260. OLE color: 5918260.
HSL color Cylindrical-coordinate representation of color #344E5A: hue angle of 198.95º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344E5A is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 78 | 90 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.65 |
| HSL | 198.95º | 0.27% | 0.28% | - |
| HSV(B) | 198.95º | 0.42% | 0.35% | - |
| XYZ | 5.99 | 6.92 | 10.69 | - |
| YUV | 71.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 90 | 0.42 | 0.13 | 0 | 0.65 | 198.95 | 0.27 | 0.28 |
| Hex | 34 | 4E | 5A | 2A | D | 0 | 41 | C7 | 1B | 1C |
| Octal | 64 | 116 | 132 | 52 | 15 | 0 | 101 | 307 | 33 | 34 |
| Binary | 110100 | 1001110 | 1011010 | 101010 | 1101 | 0 | 1000001 | 11000111 | 11011 | 11100 |
Color Harmonies of #344E5A
Complementary color
Monochromatic Colors of #344E5A
Black with #344E5A
Text Example
Text Example
White with #344E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E5A; }
p { color: rgb(52,78,90); }
H1.HeaderClassName
{
color: #344E5A;
}
.AnyTagClassName
{
color: #344E5A;
}
</style>
background-color css
<style>
a { background-color: #344E5A; }
a { background-color: rgb(52,78,90); }
div.DivClassName
{
background-color: #344E5A;
}
.BgClassName
{
background-color: #344E5A;
}
</style>
border-color css
<style>
span { border-color: #344E5A; }
span { border-color: rgb(52,78,90); }
td.TdClassName
{
border-color: #344E5A;
}
.TagClassName
{
border-color: #344E5A;
}
</style>