Shades of Fun Blue #334A77
Tints of Fun Blue #334A77
RGB
CMYK
RGB Variations
Color information
#334A77 (or 0x334A77) is known color: Fun Blue. HEX triplet: 33, 4A and 77. RGB value is (51,74,119). Sum of RGB (Red+Green+Blue) = 51+74+119=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #334A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A77 is #CCB588. Grayscale: #484848. Windows color (decimal): -13415817 or 7817779. OLE color: 7817779.
HSL color Cylindrical-coordinate representation of color #334A77: hue angle of 219.71º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334A77 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 74 | 119 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.53 |
| HSL | 219.71º | 0.4% | 0.33% | - |
| HSV(B) | 219.71º | 0.57% | 0.47% | - |
| XYZ | 7.14 | 6.93 | 18.41 | - |
| YUV | 72.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 119 | 0.57 | 0.38 | 0 | 0.53 | 219.71 | 0.4 | 0.33 |
| Hex | 33 | 4A | 77 | 39 | 26 | 0 | 35 | DC | 28 | 21 |
| Octal | 63 | 112 | 167 | 71 | 46 | 0 | 65 | 334 | 50 | 41 |
| Binary | 110011 | 1001010 | 1110111 | 111001 | 100110 | 0 | 110101 | 11011100 | 101000 | 100001 |
Color Harmonies of #334A77
Complementary color
Monochromatic Colors of #334A77
Black with #334A77
Text Example
Text Example
White with #334A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A77; }
p { color: rgb(51,74,119); }
H1.HeaderClassName
{
color: #334A77;
}
.AnyTagClassName
{
color: #334A77;
}
</style>
background-color css
<style>
a { background-color: #334A77; }
a { background-color: rgb(51,74,119); }
div.DivClassName
{
background-color: #334A77;
}
.BgClassName
{
background-color: #334A77;
}
</style>
border-color css
<style>
span { border-color: #334A77; }
span { border-color: rgb(51,74,119); }
td.TdClassName
{
border-color: #334A77;
}
.TagClassName
{
border-color: #334A77;
}
</style>