Shades of Fun Blue #354D80
Tints of Fun Blue #354D80
RGB
CMYK
RGB Variations
Color information
#354D80 (or 0x354D80) is known color: Fun Blue. HEX triplet: 35, 4D and 80. RGB value is (53,77,128). Sum of RGB (Red+Green+Blue) = 53+77+128=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #354D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D80 is #CAB27F. Grayscale: #4B4B4B. Windows color (decimal): -13283968 or 8408373. OLE color: 8408373.
HSL color Cylindrical-coordinate representation of color #354D80: hue angle of 220.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354D80 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 77 | 128 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.50 |
| HSL | 220.8º | 0.41% | 0.35% | - |
| HSV(B) | 220.8º | 0.59% | 0.5% | - |
| XYZ | 8.02 | 7.62 | 21.47 | - |
| YUV | 75.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 128 | 0.59 | 0.40 | 0 | 0.50 | 220.8 | 0.41 | 0.35 |
| Hex | 35 | 4D | 80 | 3B | 28 | 0 | 32 | DD | 29 | 23 |
| Octal | 65 | 115 | 200 | 73 | 50 | 0 | 62 | 335 | 51 | 43 |
| Binary | 110101 | 1001101 | 10000000 | 111011 | 101000 | 0 | 110010 | 11011101 | 101001 | 100011 |
Color Harmonies of #354D80
Complementary color
Monochromatic Colors of #354D80
Black with #354D80
Text Example
Text Example
White with #354D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D80; }
p { color: rgb(53,77,128); }
H1.HeaderClassName
{
color: #354D80;
}
.AnyTagClassName
{
color: #354D80;
}
</style>
background-color css
<style>
a { background-color: #354D80; }
a { background-color: rgb(53,77,128); }
div.DivClassName
{
background-color: #354D80;
}
.BgClassName
{
background-color: #354D80;
}
</style>
border-color css
<style>
span { border-color: #354D80; }
span { border-color: rgb(53,77,128); }
td.TdClassName
{
border-color: #354D80;
}
.TagClassName
{
border-color: #354D80;
}
</style>