Shades of Fun Blue #334C73
Tints of Fun Blue #334C73
RGB
CMYK
RGB Variations
Color information
#334C73 (or 0x334C73) is known color: Fun Blue. HEX triplet: 33, 4C and 73. RGB value is (51,76,115). Sum of RGB (Red+Green+Blue) = 51+76+115=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #334C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C73 is #CCB38C. Grayscale: #484848. Windows color (decimal): -13415309 or 7556147. OLE color: 7556147.
HSL color Cylindrical-coordinate representation of color #334C73: hue angle of 216.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334C73 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 76 | 115 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.55 |
| HSL | 216.56º | 0.39% | 0.33% | - |
| HSV(B) | 216.56º | 0.56% | 0.45% | - |
| XYZ | 7.04 | 7.11 | 17.22 | - |
| YUV | 72.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 115 | 0.56 | 0.34 | 0 | 0.55 | 216.56 | 0.39 | 0.33 |
| Hex | 33 | 4C | 73 | 38 | 22 | 0 | 37 | D9 | 27 | 21 |
| Octal | 63 | 114 | 163 | 70 | 42 | 0 | 67 | 331 | 47 | 41 |
| Binary | 110011 | 1001100 | 1110011 | 111000 | 100010 | 0 | 110111 | 11011001 | 100111 | 100001 |
Color Harmonies of #334C73
Complementary color
Monochromatic Colors of #334C73
Black with #334C73
Text Example
Text Example
White with #334C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C73; }
p { color: rgb(51,76,115); }
H1.HeaderClassName
{
color: #334C73;
}
.AnyTagClassName
{
color: #334C73;
}
</style>
background-color css
<style>
a { background-color: #334C73; }
a { background-color: rgb(51,76,115); }
div.DivClassName
{
background-color: #334C73;
}
.BgClassName
{
background-color: #334C73;
}
</style>
border-color css
<style>
span { border-color: #334C73; }
span { border-color: rgb(51,76,115); }
td.TdClassName
{
border-color: #334C73;
}
.TagClassName
{
border-color: #334C73;
}
</style>