Shades of Fun Blue #334B80
Tints of Fun Blue #334B80
RGB
CMYK
RGB Variations
Color information
#334B80 (or 0x334B80) is known color: Fun Blue. HEX triplet: 33, 4B and 80. RGB value is (51,75,128). Sum of RGB (Red+Green+Blue) = 51+75+128=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #334B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B80 is #CCB47F. Grayscale: #494949. Windows color (decimal): -13415552 or 8407859. OLE color: 8407859.
HSL color Cylindrical-coordinate representation of color #334B80: hue angle of 221.3º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334B80 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 75 | 128 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.50 |
| HSL | 221.3º | 0.43% | 0.35% | - |
| HSV(B) | 221.3º | 0.6% | 0.5% | - |
| XYZ | 7.78 | 7.29 | 21.42 | - |
| YUV | 73.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 128 | 0.60 | 0.41 | 0 | 0.50 | 221.3 | 0.43 | 0.35 |
| Hex | 33 | 4B | 80 | 3C | 29 | 0 | 32 | DD | 2B | 23 |
| Octal | 63 | 113 | 200 | 74 | 51 | 0 | 62 | 335 | 53 | 43 |
| Binary | 110011 | 1001011 | 10000000 | 111100 | 101001 | 0 | 110010 | 11011101 | 101011 | 100011 |
Color Harmonies of #334B80
Complementary color
Monochromatic Colors of #334B80
Black with #334B80
Text Example
Text Example
White with #334B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B80; }
p { color: rgb(51,75,128); }
H1.HeaderClassName
{
color: #334B80;
}
.AnyTagClassName
{
color: #334B80;
}
</style>
background-color css
<style>
a { background-color: #334B80; }
a { background-color: rgb(51,75,128); }
div.DivClassName
{
background-color: #334B80;
}
.BgClassName
{
background-color: #334B80;
}
</style>
border-color css
<style>
span { border-color: #334B80; }
span { border-color: rgb(51,75,128); }
td.TdClassName
{
border-color: #334B80;
}
.TagClassName
{
border-color: #334B80;
}
</style>