Shades of Fun Blue #355289
Tints of Fun Blue #355289
RGB
CMYK
RGB Variations
Color information
#355289 (or 0x355289) is known color: Fun Blue. HEX triplet: 35, 52 and 89. RGB value is (53,82,137). Sum of RGB (Red+Green+Blue) = 53+82+137=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #355289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355289 is #CAAD76. Grayscale: #4F4F4F. Windows color (decimal): -13282679 or 8999477. OLE color: 8999477.
HSL color Cylindrical-coordinate representation of color #355289: hue angle of 219.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355289 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 82 | 137 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.46 |
| HSL | 219.29º | 0.44% | 0.37% | - |
| HSV(B) | 219.29º | 0.61% | 0.54% | - |
| XYZ | 9 | 8.6 | 24.85 | - |
| YUV | 79.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 137 | 0.61 | 0.40 | 0 | 0.46 | 219.29 | 0.44 | 0.37 |
| Hex | 35 | 52 | 89 | 3D | 28 | 0 | 2E | DB | 2C | 25 |
| Octal | 65 | 122 | 211 | 75 | 50 | 0 | 56 | 333 | 54 | 45 |
| Binary | 110101 | 1010010 | 10001001 | 111101 | 101000 | 0 | 101110 | 11011011 | 101100 | 100101 |
Color Harmonies of #355289
Complementary color
Monochromatic Colors of #355289
Black with #355289
Text Example
Text Example
White with #355289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355289; }
p { color: rgb(53,82,137); }
H1.HeaderClassName
{
color: #355289;
}
.AnyTagClassName
{
color: #355289;
}
</style>
background-color css
<style>
a { background-color: #355289; }
a { background-color: rgb(53,82,137); }
div.DivClassName
{
background-color: #355289;
}
.BgClassName
{
background-color: #355289;
}
</style>
border-color css
<style>
span { border-color: #355289; }
span { border-color: rgb(53,82,137); }
td.TdClassName
{
border-color: #355289;
}
.TagClassName
{
border-color: #355289;
}
</style>