Shades of Fun Blue #334A79
Tints of Fun Blue #334A79
RGB
CMYK
RGB Variations
Color information
#334A79 (or 0x334A79) is known color: Fun Blue. HEX triplet: 33, 4A and 79. RGB value is (51,74,121). Sum of RGB (Red+Green+Blue) = 51+74+121=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 74 (29.30% from 255 or 30.08% 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 #334A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A79 is #CCB586. Grayscale: #484848. Windows color (decimal): -13415815 or 7948851. OLE color: 7948851.
HSL color Cylindrical-coordinate representation of color #334A79: hue angle of 220.29º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #334A79 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 74 | 121 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.53 |
| HSL | 220.29º | 0.41% | 0.34% | - |
| HSV(B) | 220.29º | 0.58% | 0.47% | - |
| XYZ | 7.27 | 6.98 | 19.05 | - |
| YUV | 72.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 121 | 0.58 | 0.39 | 0 | 0.53 | 220.29 | 0.41 | 0.34 |
| Hex | 33 | 4A | 79 | 3A | 27 | 0 | 35 | DC | 29 | 22 |
| Octal | 63 | 112 | 171 | 72 | 47 | 0 | 65 | 334 | 51 | 42 |
| Binary | 110011 | 1001010 | 1111001 | 111010 | 100111 | 0 | 110101 | 11011100 | 101001 | 100010 |
Color Harmonies of #334A79
Complementary color
Monochromatic Colors of #334A79
Black with #334A79
Text Example
Text Example
White with #334A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A79; }
p { color: rgb(51,74,121); }
H1.HeaderClassName
{
color: #334A79;
}
.AnyTagClassName
{
color: #334A79;
}
</style>
background-color css
<style>
a { background-color: #334A79; }
a { background-color: rgb(51,74,121); }
div.DivClassName
{
background-color: #334A79;
}
.BgClassName
{
background-color: #334A79;
}
</style>
border-color css
<style>
span { border-color: #334A79; }
span { border-color: rgb(51,74,121); }
td.TdClassName
{
border-color: #334A79;
}
.TagClassName
{
border-color: #334A79;
}
</style>