Shades of Fun Blue #334B77
Tints of Fun Blue #334B77
RGB
CMYK
RGB Variations
Color information
#334B77 (or 0x334B77) is known color: Fun Blue. HEX triplet: 33, 4B and 77. RGB value is (51,75,119). Sum of RGB (Red+Green+Blue) = 51+75+119=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #334B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B77 is #CCB488. Grayscale: #484848. Windows color (decimal): -13415561 or 7818035. OLE color: 7818035.
HSL color Cylindrical-coordinate representation of color #334B77: hue angle of 218.82º 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 #334B77 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 75 | 119 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.53 |
| HSL | 218.82º | 0.4% | 0.33% | - |
| HSV(B) | 218.82º | 0.57% | 0.47% | - |
| XYZ | 7.21 | 7.07 | 18.44 | - |
| YUV | 72.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 119 | 0.57 | 0.37 | 0 | 0.53 | 218.82 | 0.4 | 0.33 |
| Hex | 33 | 4B | 77 | 39 | 25 | 0 | 35 | DB | 28 | 21 |
| Octal | 63 | 113 | 167 | 71 | 45 | 0 | 65 | 333 | 50 | 41 |
| Binary | 110011 | 1001011 | 1110111 | 111001 | 100101 | 0 | 110101 | 11011011 | 101000 | 100001 |
Color Harmonies of #334B77
Complementary color
Monochromatic Colors of #334B77
Black with #334B77
Text Example
Text Example
White with #334B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B77; }
p { color: rgb(51,75,119); }
H1.HeaderClassName
{
color: #334B77;
}
.AnyTagClassName
{
color: #334B77;
}
</style>
background-color css
<style>
a { background-color: #334B77; }
a { background-color: rgb(51,75,119); }
div.DivClassName
{
background-color: #334B77;
}
.BgClassName
{
background-color: #334B77;
}
</style>
border-color css
<style>
span { border-color: #334B77; }
span { border-color: rgb(51,75,119); }
td.TdClassName
{
border-color: #334B77;
}
.TagClassName
{
border-color: #334B77;
}
</style>