Shades of Fun Blue #344A79
Tints of Fun Blue #344A79
RGB
CMYK
RGB Variations
Color information
#344A79 (or 0x344A79) is known color: Fun Blue. HEX triplet: 34, 4A and 79. RGB value is (52,74,121). Sum of RGB (Red+Green+Blue) = 52+74+121=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #344A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A79 is #CBB586. Grayscale: #484848. Windows color (decimal): -13350279 or 7948852. OLE color: 7948852.
HSL color Cylindrical-coordinate representation of color #344A79: hue angle of 220.87º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #344A79 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 74 | 121 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.53 |
| HSL | 220.87º | 0.4% | 0.34% | - |
| HSV(B) | 220.87º | 0.57% | 0.47% | - |
| XYZ | 7.32 | 7.01 | 19.06 | - |
| YUV | 72.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 121 | 0.57 | 0.39 | 0 | 0.53 | 220.87 | 0.4 | 0.34 |
| Hex | 34 | 4A | 79 | 39 | 27 | 0 | 35 | DD | 28 | 22 |
| Octal | 64 | 112 | 171 | 71 | 47 | 0 | 65 | 335 | 50 | 42 |
| Binary | 110100 | 1001010 | 1111001 | 111001 | 100111 | 0 | 110101 | 11011101 | 101000 | 100010 |
Color Harmonies of #344A79
Complementary color
Monochromatic Colors of #344A79
Black with #344A79
Text Example
Text Example
White with #344A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A79; }
p { color: rgb(52,74,121); }
H1.HeaderClassName
{
color: #344A79;
}
.AnyTagClassName
{
color: #344A79;
}
</style>
background-color css
<style>
a { background-color: #344A79; }
a { background-color: rgb(52,74,121); }
div.DivClassName
{
background-color: #344A79;
}
.BgClassName
{
background-color: #344A79;
}
</style>
border-color css
<style>
span { border-color: #344A79; }
span { border-color: rgb(52,74,121); }
td.TdClassName
{
border-color: #344A79;
}
.TagClassName
{
border-color: #344A79;
}
</style>