Shades of Fun Blue #334C71
Tints of Fun Blue #334C71
RGB
CMYK
RGB Variations
Color information
#334C71 (or 0x334C71) is known color: Fun Blue. HEX triplet: 33, 4C and 71. RGB value is (51,76,113). Sum of RGB (Red+Green+Blue) = 51+76+113=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #334C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C71 is #CCB38E. Grayscale: #484848. Windows color (decimal): -13415311 or 7425075. OLE color: 7425075.
HSL color Cylindrical-coordinate representation of color #334C71: hue angle of 215.81º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334C71 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 76 | 113 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.56 |
| HSL | 215.81º | 0.38% | 0.32% | - |
| HSV(B) | 215.81º | 0.55% | 0.44% | - |
| XYZ | 6.93 | 7.06 | 16.62 | - |
| YUV | 72.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 113 | 0.55 | 0.33 | 0 | 0.56 | 215.81 | 0.38 | 0.32 |
| Hex | 33 | 4C | 71 | 37 | 21 | 0 | 38 | D8 | 26 | 20 |
| Octal | 63 | 114 | 161 | 67 | 41 | 0 | 70 | 330 | 46 | 40 |
| Binary | 110011 | 1001100 | 1110001 | 110111 | 100001 | 0 | 111000 | 11011000 | 100110 | 100000 |
Color Harmonies of #334C71
Complementary color
Monochromatic Colors of #334C71
Black with #334C71
Text Example
Text Example
White with #334C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C71; }
p { color: rgb(51,76,113); }
H1.HeaderClassName
{
color: #334C71;
}
.AnyTagClassName
{
color: #334C71;
}
</style>
background-color css
<style>
a { background-color: #334C71; }
a { background-color: rgb(51,76,113); }
div.DivClassName
{
background-color: #334C71;
}
.BgClassName
{
background-color: #334C71;
}
</style>
border-color css
<style>
span { border-color: #334C71; }
span { border-color: rgb(51,76,113); }
td.TdClassName
{
border-color: #334C71;
}
.TagClassName
{
border-color: #334C71;
}
</style>