Shades of Fun Blue #334C72
Tints of Fun Blue #334C72
RGB
CMYK
RGB Variations
Color information
#334C72 (or 0x334C72) is known color: Fun Blue. HEX triplet: 33, 4C and 72. RGB value is (51,76,114). Sum of RGB (Red+Green+Blue) = 51+76+114=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #334C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C72 is #CCB38D. Grayscale: #484848. Windows color (decimal): -13415310 or 7490611. OLE color: 7490611.
HSL color Cylindrical-coordinate representation of color #334C72: hue angle of 216.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334C72 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 76 | 114 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.55 |
| HSL | 216.19º | 0.38% | 0.32% | - |
| HSV(B) | 216.19º | 0.55% | 0.45% | - |
| XYZ | 6.99 | 7.09 | 16.92 | - |
| YUV | 72.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 114 | 0.55 | 0.33 | 0 | 0.55 | 216.19 | 0.38 | 0.32 |
| Hex | 33 | 4C | 72 | 37 | 21 | 0 | 37 | D8 | 26 | 20 |
| Octal | 63 | 114 | 162 | 67 | 41 | 0 | 67 | 330 | 46 | 40 |
| Binary | 110011 | 1001100 | 1110010 | 110111 | 100001 | 0 | 110111 | 11011000 | 100110 | 100000 |
Color Harmonies of #334C72
Complementary color
Monochromatic Colors of #334C72
Black with #334C72
Text Example
Text Example
White with #334C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C72; }
p { color: rgb(51,76,114); }
H1.HeaderClassName
{
color: #334C72;
}
.AnyTagClassName
{
color: #334C72;
}
</style>
background-color css
<style>
a { background-color: #334C72; }
a { background-color: rgb(51,76,114); }
div.DivClassName
{
background-color: #334C72;
}
.BgClassName
{
background-color: #334C72;
}
</style>
border-color css
<style>
span { border-color: #334C72; }
span { border-color: rgb(51,76,114); }
td.TdClassName
{
border-color: #334C72;
}
.TagClassName
{
border-color: #334C72;
}
</style>