Shades of Fun Blue #354C73
Tints of Fun Blue #354C73
RGB
CMYK
RGB Variations
Color information
#354C73 (or 0x354C73) is known color: Fun Blue. HEX triplet: 35, 4C and 73. RGB value is (53,76,115). Sum of RGB (Red+Green+Blue) = 53+76+115=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #354C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C73 is #CAB38C. Grayscale: #494949. Windows color (decimal): -13284237 or 7556149. OLE color: 7556149.
HSL color Cylindrical-coordinate representation of color #354C73: hue angle of 217.74º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #354C73 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 76 | 115 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.55 |
| HSL | 217.74º | 0.37% | 0.33% | - |
| HSV(B) | 217.74º | 0.54% | 0.45% | - |
| XYZ | 7.15 | 7.16 | 17.23 | - |
| YUV | 73.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 115 | 0.54 | 0.34 | 0 | 0.55 | 217.74 | 0.37 | 0.33 |
| Hex | 35 | 4C | 73 | 36 | 22 | 0 | 37 | DA | 25 | 21 |
| Octal | 65 | 114 | 163 | 66 | 42 | 0 | 67 | 332 | 45 | 41 |
| Binary | 110101 | 1001100 | 1110011 | 110110 | 100010 | 0 | 110111 | 11011010 | 100101 | 100001 |
Color Harmonies of #354C73
Complementary color
Monochromatic Colors of #354C73
Black with #354C73
Text Example
Text Example
White with #354C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C73; }
p { color: rgb(53,76,115); }
H1.HeaderClassName
{
color: #354C73;
}
.AnyTagClassName
{
color: #354C73;
}
</style>
background-color css
<style>
a { background-color: #354C73; }
a { background-color: rgb(53,76,115); }
div.DivClassName
{
background-color: #354C73;
}
.BgClassName
{
background-color: #354C73;
}
</style>
border-color css
<style>
span { border-color: #354C73; }
span { border-color: rgb(53,76,115); }
td.TdClassName
{
border-color: #354C73;
}
.TagClassName
{
border-color: #354C73;
}
</style>