Shades of Astronaut #344B70
Tints of Astronaut #344B70
RGB
CMYK
RGB Variations
Color information
#344B70 (or 0x344B70) is known color: Astronaut. HEX triplet: 34, 4B and 70. RGB value is (52,75,112). Sum of RGB (Red+Green+Blue) = 52+75+112=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #344B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B70 is #CBB48F. Grayscale: #484848. Windows color (decimal): -13350032 or 7359284. OLE color: 7359284.
HSL color Cylindrical-coordinate representation of color #344B70: hue angle of 217º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344B70 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 75 | 112 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.56 |
| HSL | 217º | 0.37% | 0.32% | - |
| HSV(B) | 217º | 0.54% | 0.44% | - |
| XYZ | 6.86 | 6.93 | 16.31 | - |
| YUV | 72.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 112 | 0.54 | 0.33 | 0 | 0.56 | 217 | 0.37 | 0.32 |
| Hex | 34 | 4B | 70 | 36 | 21 | 0 | 38 | D9 | 25 | 20 |
| Octal | 64 | 113 | 160 | 66 | 41 | 0 | 70 | 331 | 45 | 40 |
| Binary | 110100 | 1001011 | 1110000 | 110110 | 100001 | 0 | 111000 | 11011001 | 100101 | 100000 |
Color Harmonies of #344B70
Complementary color
Monochromatic Colors of #344B70
Black with #344B70
Text Example
Text Example
White with #344B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B70; }
p { color: rgb(52,75,112); }
H1.HeaderClassName
{
color: #344B70;
}
.AnyTagClassName
{
color: #344B70;
}
</style>
background-color css
<style>
a { background-color: #344B70; }
a { background-color: rgb(52,75,112); }
div.DivClassName
{
background-color: #344B70;
}
.BgClassName
{
background-color: #344B70;
}
</style>
border-color css
<style>
span { border-color: #344B70; }
span { border-color: rgb(52,75,112); }
td.TdClassName
{
border-color: #344B70;
}
.TagClassName
{
border-color: #344B70;
}
</style>