Shades of Fun Blue #355282
Tints of Fun Blue #355282
RGB
CMYK
RGB Variations
Color information
#355282 (or 0x355282) is known color: Fun Blue. HEX triplet: 35, 52 and 82. RGB value is (53,82,130). Sum of RGB (Red+Green+Blue) = 53+82+130=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #355282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355282 is #CAAD7D. Grayscale: #4E4E4E. Windows color (decimal): -13282686 or 8540725. OLE color: 8540725.
HSL color Cylindrical-coordinate representation of color #355282: hue angle of 217.4º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355282 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 82 | 130 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.49 |
| HSL | 217.4º | 0.42% | 0.36% | - |
| HSV(B) | 217.4º | 0.59% | 0.51% | - |
| XYZ | 8.51 | 8.4 | 22.29 | - |
| YUV | 78.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 130 | 0.59 | 0.37 | 0 | 0.49 | 217.4 | 0.42 | 0.36 |
| Hex | 35 | 52 | 82 | 3B | 25 | 0 | 31 | D9 | 2A | 24 |
| Octal | 65 | 122 | 202 | 73 | 45 | 0 | 61 | 331 | 52 | 44 |
| Binary | 110101 | 1010010 | 10000010 | 111011 | 100101 | 0 | 110001 | 11011001 | 101010 | 100100 |
Color Harmonies of #355282
Complementary color
Monochromatic Colors of #355282
Black with #355282
Text Example
Text Example
White with #355282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355282; }
p { color: rgb(53,82,130); }
H1.HeaderClassName
{
color: #355282;
}
.AnyTagClassName
{
color: #355282;
}
</style>
background-color css
<style>
a { background-color: #355282; }
a { background-color: rgb(53,82,130); }
div.DivClassName
{
background-color: #355282;
}
.BgClassName
{
background-color: #355282;
}
</style>
border-color css
<style>
span { border-color: #355282; }
span { border-color: rgb(53,82,130); }
td.TdClassName
{
border-color: #355282;
}
.TagClassName
{
border-color: #355282;
}
</style>