Shades of Fun Blue #354D75
Tints of Fun Blue #354D75
RGB
CMYK
RGB Variations
Color information
#354D75 (or 0x354D75) is known color: Fun Blue. HEX triplet: 35, 4D and 75. RGB value is (53,77,117). Sum of RGB (Red+Green+Blue) = 53+77+117=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #354D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D75 is #CAB28A. Grayscale: #4A4A4A. Windows color (decimal): -13283979 or 7687477. OLE color: 7687477.
HSL color Cylindrical-coordinate representation of color #354D75: hue angle of 217.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354D75 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 77 | 117 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.54 |
| HSL | 217.5º | 0.38% | 0.33% | - |
| HSV(B) | 217.5º | 0.55% | 0.46% | - |
| XYZ | 7.33 | 7.35 | 17.86 | - |
| YUV | 74.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 117 | 0.55 | 0.34 | 0 | 0.54 | 217.5 | 0.38 | 0.33 |
| Hex | 35 | 4D | 75 | 37 | 22 | 0 | 36 | DA | 26 | 21 |
| Octal | 65 | 115 | 165 | 67 | 42 | 0 | 66 | 332 | 46 | 41 |
| Binary | 110101 | 1001101 | 1110101 | 110111 | 100010 | 0 | 110110 | 11011010 | 100110 | 100001 |
Color Harmonies of #354D75
Complementary color
Monochromatic Colors of #354D75
Black with #354D75
Text Example
Text Example
White with #354D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D75; }
p { color: rgb(53,77,117); }
H1.HeaderClassName
{
color: #354D75;
}
.AnyTagClassName
{
color: #354D75;
}
</style>
background-color css
<style>
a { background-color: #354D75; }
a { background-color: rgb(53,77,117); }
div.DivClassName
{
background-color: #354D75;
}
.BgClassName
{
background-color: #354D75;
}
</style>
border-color css
<style>
span { border-color: #354D75; }
span { border-color: rgb(53,77,117); }
td.TdClassName
{
border-color: #354D75;
}
.TagClassName
{
border-color: #354D75;
}
</style>