Shades of Fun Blue #355387
Tints of Fun Blue #355387
RGB
CMYK
RGB Variations
Color information
#355387 (or 0x355387) is known color: Fun Blue. HEX triplet: 35, 53 and 87. RGB value is (53,83,135). Sum of RGB (Red+Green+Blue) = 53+83+135=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #355387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355387 is #CAAC78. Grayscale: #4F4F4F. Windows color (decimal): -13282425 or 8868661. OLE color: 8868661.
HSL color Cylindrical-coordinate representation of color #355387: hue angle of 218.05º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355387 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 83 | 135 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.47 |
| HSL | 218.05º | 0.44% | 0.37% | - |
| HSV(B) | 218.05º | 0.61% | 0.53% | - |
| XYZ | 8.93 | 8.69 | 24.13 | - |
| YUV | 79.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 135 | 0.61 | 0.39 | 0 | 0.47 | 218.05 | 0.44 | 0.37 |
| Hex | 35 | 53 | 87 | 3D | 27 | 0 | 2F | DA | 2C | 25 |
| Octal | 65 | 123 | 207 | 75 | 47 | 0 | 57 | 332 | 54 | 45 |
| Binary | 110101 | 1010011 | 10000111 | 111101 | 100111 | 0 | 101111 | 11011010 | 101100 | 100101 |
Color Harmonies of #355387
Complementary color
Monochromatic Colors of #355387
Black with #355387
Text Example
Text Example
White with #355387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355387; }
p { color: rgb(53,83,135); }
H1.HeaderClassName
{
color: #355387;
}
.AnyTagClassName
{
color: #355387;
}
</style>
background-color css
<style>
a { background-color: #355387; }
a { background-color: rgb(53,83,135); }
div.DivClassName
{
background-color: #355387;
}
.BgClassName
{
background-color: #355387;
}
</style>
border-color css
<style>
span { border-color: #355387; }
span { border-color: rgb(53,83,135); }
td.TdClassName
{
border-color: #355387;
}
.TagClassName
{
border-color: #355387;
}
</style>