Shades of Fun Blue #355285
Tints of Fun Blue #355285
RGB
CMYK
RGB Variations
Color information
#355285 (or 0x355285) is known color: Fun Blue. HEX triplet: 35, 52 and 85. RGB value is (53,82,133). Sum of RGB (Red+Green+Blue) = 53+82+133=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #355285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355285 is #CAAD7A. Grayscale: #4E4E4E. Windows color (decimal): -13282683 or 8737333. OLE color: 8737333.
HSL color Cylindrical-coordinate representation of color #355285: hue angle of 218.25º 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 #355285 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 82 | 133 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.48 |
| HSL | 218.25º | 0.43% | 0.36% | - |
| HSV(B) | 218.25º | 0.6% | 0.52% | - |
| XYZ | 8.72 | 8.48 | 23.37 | - |
| YUV | 79.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 133 | 0.60 | 0.38 | 0 | 0.48 | 218.25 | 0.43 | 0.36 |
| Hex | 35 | 52 | 85 | 3C | 26 | 0 | 30 | DA | 2B | 24 |
| Octal | 65 | 122 | 205 | 74 | 46 | 0 | 60 | 332 | 53 | 44 |
| Binary | 110101 | 1010010 | 10000101 | 111100 | 100110 | 0 | 110000 | 11011010 | 101011 | 100100 |
Color Harmonies of #355285
Complementary color
Monochromatic Colors of #355285
Black with #355285
Text Example
Text Example
White with #355285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355285; }
p { color: rgb(53,82,133); }
H1.HeaderClassName
{
color: #355285;
}
.AnyTagClassName
{
color: #355285;
}
</style>
background-color css
<style>
a { background-color: #355285; }
a { background-color: rgb(53,82,133); }
div.DivClassName
{
background-color: #355285;
}
.BgClassName
{
background-color: #355285;
}
</style>
border-color css
<style>
span { border-color: #355285; }
span { border-color: rgb(53,82,133); }
td.TdClassName
{
border-color: #355285;
}
.TagClassName
{
border-color: #355285;
}
</style>