Shades of Fun Blue #344C79
Tints of Fun Blue #344C79
RGB
CMYK
RGB Variations
Color information
#344C79 (or 0x344C79) is known color: Fun Blue. HEX triplet: 34, 4C and 79. RGB value is (52,76,121). Sum of RGB (Red+Green+Blue) = 52+76+121=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #344C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C79 is #CBB386. Grayscale: #494949. Windows color (decimal): -13349767 or 7949364. OLE color: 7949364.
HSL color Cylindrical-coordinate representation of color #344C79: hue angle of 219.13º 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 #344C79 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 76 | 121 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.53 |
| HSL | 219.13º | 0.4% | 0.34% | - |
| HSV(B) | 219.13º | 0.57% | 0.47% | - |
| XYZ | 7.45 | 7.28 | 19.1 | - |
| YUV | 73.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 121 | 0.57 | 0.37 | 0 | 0.53 | 219.13 | 0.4 | 0.34 |
| Hex | 34 | 4C | 79 | 39 | 25 | 0 | 35 | DB | 28 | 22 |
| Octal | 64 | 114 | 171 | 71 | 45 | 0 | 65 | 333 | 50 | 42 |
| Binary | 110100 | 1001100 | 1111001 | 111001 | 100101 | 0 | 110101 | 11011011 | 101000 | 100010 |
Color Harmonies of #344C79
Complementary color
Monochromatic Colors of #344C79
Black with #344C79
Text Example
Text Example
White with #344C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C79; }
p { color: rgb(52,76,121); }
H1.HeaderClassName
{
color: #344C79;
}
.AnyTagClassName
{
color: #344C79;
}
</style>
background-color css
<style>
a { background-color: #344C79; }
a { background-color: rgb(52,76,121); }
div.DivClassName
{
background-color: #344C79;
}
.BgClassName
{
background-color: #344C79;
}
</style>
border-color css
<style>
span { border-color: #344C79; }
span { border-color: rgb(52,76,121); }
td.TdClassName
{
border-color: #344C79;
}
.TagClassName
{
border-color: #344C79;
}
</style>