Shades of Fun Blue #334D79
Tints of Fun Blue #334D79
RGB
CMYK
RGB Variations
Color information
#334D79 (or 0x334D79) is known color: Fun Blue. HEX triplet: 33, 4D and 79. RGB value is (51,77,121). Sum of RGB (Red+Green+Blue) = 51+77+121=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 77 (30.47% from 255 or 30.92% 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 #334D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D79 is #CCB286. Grayscale: #4A4A4A. Windows color (decimal): -13415047 or 7949619. OLE color: 7949619.
HSL color Cylindrical-coordinate representation of color #334D79: hue angle of 217.71º 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 #334D79 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 77 | 121 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.53 |
| HSL | 217.71º | 0.41% | 0.34% | - |
| HSV(B) | 217.71º | 0.58% | 0.47% | - |
| XYZ | 7.47 | 7.39 | 19.12 | - |
| YUV | 74.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 121 | 0.58 | 0.36 | 0 | 0.53 | 217.71 | 0.41 | 0.34 |
| Hex | 33 | 4D | 79 | 3A | 24 | 0 | 35 | DA | 29 | 22 |
| Octal | 63 | 115 | 171 | 72 | 44 | 0 | 65 | 332 | 51 | 42 |
| Binary | 110011 | 1001101 | 1111001 | 111010 | 100100 | 0 | 110101 | 11011010 | 101001 | 100010 |
Color Harmonies of #334D79
Complementary color
Monochromatic Colors of #334D79
Black with #334D79
Text Example
Text Example
White with #334D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D79; }
p { color: rgb(51,77,121); }
H1.HeaderClassName
{
color: #334D79;
}
.AnyTagClassName
{
color: #334D79;
}
</style>
background-color css
<style>
a { background-color: #334D79; }
a { background-color: rgb(51,77,121); }
div.DivClassName
{
background-color: #334D79;
}
.BgClassName
{
background-color: #334D79;
}
</style>
border-color css
<style>
span { border-color: #334D79; }
span { border-color: rgb(51,77,121); }
td.TdClassName
{
border-color: #334D79;
}
.TagClassName
{
border-color: #334D79;
}
</style>