Shades of Fun Blue #355185
Tints of Fun Blue #355185
RGB
CMYK
RGB Variations
Color information
#355185 (or 0x355185) is known color: Fun Blue. HEX triplet: 35, 51 and 85. RGB value is (53,81,133). Sum of RGB (Red+Green+Blue) = 53+81+133=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #355185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355185 is #CAAE7A. Grayscale: #4E4E4E. Windows color (decimal): -13282939 or 8737077. OLE color: 8737077.
HSL color Cylindrical-coordinate representation of color #355185: hue angle of 219º 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 #355185 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 81 | 133 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.48 |
| HSL | 219º | 0.43% | 0.36% | - |
| HSV(B) | 219º | 0.6% | 0.52% | - |
| XYZ | 8.64 | 8.34 | 23.34 | - |
| YUV | 78.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 133 | 0.60 | 0.39 | 0 | 0.48 | 219 | 0.43 | 0.36 |
| Hex | 35 | 51 | 85 | 3C | 27 | 0 | 30 | DB | 2B | 24 |
| Octal | 65 | 121 | 205 | 74 | 47 | 0 | 60 | 333 | 53 | 44 |
| Binary | 110101 | 1010001 | 10000101 | 111100 | 100111 | 0 | 110000 | 11011011 | 101011 | 100100 |
Color Harmonies of #355185
Complementary color
Monochromatic Colors of #355185
Black with #355185
Text Example
Text Example
White with #355185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355185; }
p { color: rgb(53,81,133); }
H1.HeaderClassName
{
color: #355185;
}
.AnyTagClassName
{
color: #355185;
}
</style>
background-color css
<style>
a { background-color: #355185; }
a { background-color: rgb(53,81,133); }
div.DivClassName
{
background-color: #355185;
}
.BgClassName
{
background-color: #355185;
}
</style>
border-color css
<style>
span { border-color: #355185; }
span { border-color: rgb(53,81,133); }
td.TdClassName
{
border-color: #355185;
}
.TagClassName
{
border-color: #355185;
}
</style>