Shades of Fun Blue #344979
Tints of Fun Blue #344979
RGB
CMYK
RGB Variations
Color information
#344979 (or 0x344979) is known color: Fun Blue. HEX triplet: 34, 49 and 79. RGB value is (52,73,121). Sum of RGB (Red+Green+Blue) = 52+73+121=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #344979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344979 is #CBB686. Grayscale: #474747. Windows color (decimal): -13350535 or 7948596. OLE color: 7948596.
HSL color Cylindrical-coordinate representation of color #344979: hue angle of 221.74º 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 #344979 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 73 | 121 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.53 |
| HSL | 221.74º | 0.4% | 0.34% | - |
| HSV(B) | 221.74º | 0.57% | 0.47% | - |
| XYZ | 7.25 | 6.88 | 19.03 | - |
| YUV | 72.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 121 | 0.57 | 0.40 | 0 | 0.53 | 221.74 | 0.4 | 0.34 |
| Hex | 34 | 49 | 79 | 39 | 28 | 0 | 35 | DE | 28 | 22 |
| Octal | 64 | 111 | 171 | 71 | 50 | 0 | 65 | 336 | 50 | 42 |
| Binary | 110100 | 1001001 | 1111001 | 111001 | 101000 | 0 | 110101 | 11011110 | 101000 | 100010 |
Color Harmonies of #344979
Complementary color
Monochromatic Colors of #344979
Black with #344979
Text Example
Text Example
White with #344979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344979; }
p { color: rgb(52,73,121); }
H1.HeaderClassName
{
color: #344979;
}
.AnyTagClassName
{
color: #344979;
}
</style>
background-color css
<style>
a { background-color: #344979; }
a { background-color: rgb(52,73,121); }
div.DivClassName
{
background-color: #344979;
}
.BgClassName
{
background-color: #344979;
}
</style>
border-color css
<style>
span { border-color: #344979; }
span { border-color: rgb(52,73,121); }
td.TdClassName
{
border-color: #344979;
}
.TagClassName
{
border-color: #344979;
}
</style>