Shades of Fun Blue #334F80
Tints of Fun Blue #334F80
RGB
CMYK
RGB Variations
Color information
#334F80 (or 0x334F80) is known color: Fun Blue. HEX triplet: 33, 4F and 80. RGB value is (51,79,128). Sum of RGB (Red+Green+Blue) = 51+79+128=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #334F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F80 is #CCB07F. Grayscale: #4B4B4B. Windows color (decimal): -13414528 or 8408883. OLE color: 8408883.
HSL color Cylindrical-coordinate representation of color #334F80: hue angle of 218.18º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334F80 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 79 | 128 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.50 |
| HSL | 218.18º | 0.43% | 0.35% | - |
| HSV(B) | 218.18º | 0.6% | 0.5% | - |
| XYZ | 8.06 | 7.85 | 21.51 | - |
| YUV | 76.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 128 | 0.60 | 0.38 | 0 | 0.50 | 218.18 | 0.43 | 0.35 |
| Hex | 33 | 4F | 80 | 3C | 26 | 0 | 32 | DA | 2B | 23 |
| Octal | 63 | 117 | 200 | 74 | 46 | 0 | 62 | 332 | 53 | 43 |
| Binary | 110011 | 1001111 | 10000000 | 111100 | 100110 | 0 | 110010 | 11011010 | 101011 | 100011 |
Color Harmonies of #334F80
Complementary color
Monochromatic Colors of #334F80
Black with #334F80
Text Example
Text Example
White with #334F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F80; }
p { color: rgb(51,79,128); }
H1.HeaderClassName
{
color: #334F80;
}
.AnyTagClassName
{
color: #334F80;
}
</style>
background-color css
<style>
a { background-color: #334F80; }
a { background-color: rgb(51,79,128); }
div.DivClassName
{
background-color: #334F80;
}
.BgClassName
{
background-color: #334F80;
}
</style>
border-color css
<style>
span { border-color: #334F80; }
span { border-color: rgb(51,79,128); }
td.TdClassName
{
border-color: #334F80;
}
.TagClassName
{
border-color: #334F80;
}
</style>