Shades of Fun Blue #344978
Tints of Fun Blue #344978
RGB
CMYK
RGB Variations
Color information
#344978 (or 0x344978) is known color: Fun Blue. HEX triplet: 34, 49 and 78. RGB value is (52,73,120). Sum of RGB (Red+Green+Blue) = 52+73+120=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #344978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344978 is #CBB687. Grayscale: #474747. Windows color (decimal): -13350536 or 7883060. OLE color: 7883060.
HSL color Cylindrical-coordinate representation of color #344978: hue angle of 221.47º 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 #344978 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 73 | 120 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.53 |
| HSL | 221.47º | 0.4% | 0.34% | - |
| HSV(B) | 221.47º | 0.57% | 0.47% | - |
| XYZ | 7.19 | 6.85 | 18.71 | - |
| YUV | 72.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 120 | 0.57 | 0.39 | 0 | 0.53 | 221.47 | 0.4 | 0.34 |
| Hex | 34 | 49 | 78 | 39 | 27 | 0 | 35 | DD | 28 | 22 |
| Octal | 64 | 111 | 170 | 71 | 47 | 0 | 65 | 335 | 50 | 42 |
| Binary | 110100 | 1001001 | 1111000 | 111001 | 100111 | 0 | 110101 | 11011101 | 101000 | 100010 |
Color Harmonies of #344978
Complementary color
Monochromatic Colors of #344978
Black with #344978
Text Example
Text Example
White with #344978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344978; }
p { color: rgb(52,73,120); }
H1.HeaderClassName
{
color: #344978;
}
.AnyTagClassName
{
color: #344978;
}
</style>
background-color css
<style>
a { background-color: #344978; }
a { background-color: rgb(52,73,120); }
div.DivClassName
{
background-color: #344978;
}
.BgClassName
{
background-color: #344978;
}
</style>
border-color css
<style>
span { border-color: #344978; }
span { border-color: rgb(52,73,120); }
td.TdClassName
{
border-color: #344978;
}
.TagClassName
{
border-color: #344978;
}
</style>