Shades of Fun Blue #355589
Tints of Fun Blue #355589
RGB
CMYK
RGB Variations
Color information
#355589 (or 0x355589) is known color: Fun Blue. HEX triplet: 35, 55 and 89. RGB value is (53,85,137). Sum of RGB (Red+Green+Blue) = 53+85+137=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #355589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355589 is #CAAA76. Grayscale: #515151. Windows color (decimal): -13281911 or 9000245. OLE color: 9000245.
HSL color Cylindrical-coordinate representation of color #355589: hue angle of 217.14º 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 #355589 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 85 | 137 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.46 |
| HSL | 217.14º | 0.44% | 0.37% | - |
| HSV(B) | 217.14º | 0.61% | 0.54% | - |
| XYZ | 9.23 | 9.06 | 24.93 | - |
| YUV | 81.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 137 | 0.61 | 0.38 | 0 | 0.46 | 217.14 | 0.44 | 0.37 |
| Hex | 35 | 55 | 89 | 3D | 26 | 0 | 2E | D9 | 2C | 25 |
| Octal | 65 | 125 | 211 | 75 | 46 | 0 | 56 | 331 | 54 | 45 |
| Binary | 110101 | 1010101 | 10001001 | 111101 | 100110 | 0 | 101110 | 11011001 | 101100 | 100101 |
Color Harmonies of #355589
Complementary color
Monochromatic Colors of #355589
Black with #355589
Text Example
Text Example
White with #355589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355589; }
p { color: rgb(53,85,137); }
H1.HeaderClassName
{
color: #355589;
}
.AnyTagClassName
{
color: #355589;
}
</style>
background-color css
<style>
a { background-color: #355589; }
a { background-color: rgb(53,85,137); }
div.DivClassName
{
background-color: #355589;
}
.BgClassName
{
background-color: #355589;
}
</style>
border-color css
<style>
span { border-color: #355589; }
span { border-color: rgb(53,85,137); }
td.TdClassName
{
border-color: #355589;
}
.TagClassName
{
border-color: #355589;
}
</style>