Shades of Fun Blue #334F83
Tints of Fun Blue #334F83
RGB
CMYK
RGB Variations
Color information
#334F83 (or 0x334F83) is known color: Fun Blue. HEX triplet: 33, 4F and 83. RGB value is (51,79,131). Sum of RGB (Red+Green+Blue) = 51+79+131=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #334F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F83 is #CCB07C. Grayscale: #4C4C4C. Windows color (decimal): -13414525 or 8605491. OLE color: 8605491.
HSL color Cylindrical-coordinate representation of color #334F83: hue angle of 219º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334F83 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 79 | 131 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.49 |
| HSL | 219º | 0.44% | 0.36% | - |
| HSV(B) | 219º | 0.61% | 0.51% | - |
| XYZ | 8.26 | 7.93 | 22.57 | - |
| YUV | 76.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 131 | 0.61 | 0.40 | 0 | 0.49 | 219 | 0.44 | 0.36 |
| Hex | 33 | 4F | 83 | 3D | 28 | 0 | 31 | DB | 2C | 24 |
| Octal | 63 | 117 | 203 | 75 | 50 | 0 | 61 | 333 | 54 | 44 |
| Binary | 110011 | 1001111 | 10000011 | 111101 | 101000 | 0 | 110001 | 11011011 | 101100 | 100100 |
Color Harmonies of #334F83
Complementary color
Monochromatic Colors of #334F83
Black with #334F83
Text Example
Text Example
White with #334F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F83; }
p { color: rgb(51,79,131); }
H1.HeaderClassName
{
color: #334F83;
}
.AnyTagClassName
{
color: #334F83;
}
</style>
background-color css
<style>
a { background-color: #334F83; }
a { background-color: rgb(51,79,131); }
div.DivClassName
{
background-color: #334F83;
}
.BgClassName
{
background-color: #334F83;
}
</style>
border-color css
<style>
span { border-color: #334F83; }
span { border-color: rgb(51,79,131); }
td.TdClassName
{
border-color: #334F83;
}
.TagClassName
{
border-color: #334F83;
}
</style>