Shades of Fun Blue #355085
Tints of Fun Blue #355085
RGB
CMYK
RGB Variations
Color information
#355085 (or 0x355085) is known color: Fun Blue. HEX triplet: 35, 50 and 85. RGB value is (53,80,133). Sum of RGB (Red+Green+Blue) = 53+80+133=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #355085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355085 is #CAAF7A. Grayscale: #4D4D4D. Windows color (decimal): -13283195 or 8736821. OLE color: 8736821.
HSL color Cylindrical-coordinate representation of color #355085: hue angle of 219.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355085 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 80 | 133 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.48 |
| HSL | 219.75º | 0.43% | 0.36% | - |
| HSV(B) | 219.75º | 0.6% | 0.52% | - |
| XYZ | 8.57 | 8.19 | 23.32 | - |
| YUV | 77.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 133 | 0.60 | 0.40 | 0 | 0.48 | 219.75 | 0.43 | 0.36 |
| Hex | 35 | 50 | 85 | 3C | 28 | 0 | 30 | DC | 2B | 24 |
| Octal | 65 | 120 | 205 | 74 | 50 | 0 | 60 | 334 | 53 | 44 |
| Binary | 110101 | 1010000 | 10000101 | 111100 | 101000 | 0 | 110000 | 11011100 | 101011 | 100100 |
Color Harmonies of #355085
Complementary color
Monochromatic Colors of #355085
Black with #355085
Text Example
Text Example
White with #355085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355085; }
p { color: rgb(53,80,133); }
H1.HeaderClassName
{
color: #355085;
}
.AnyTagClassName
{
color: #355085;
}
</style>
background-color css
<style>
a { background-color: #355085; }
a { background-color: rgb(53,80,133); }
div.DivClassName
{
background-color: #355085;
}
.BgClassName
{
background-color: #355085;
}
</style>
border-color css
<style>
span { border-color: #355085; }
span { border-color: rgb(53,80,133); }
td.TdClassName
{
border-color: #355085;
}
.TagClassName
{
border-color: #355085;
}
</style>