Shades of Fun Blue #355281
Tints of Fun Blue #355281
RGB
CMYK
RGB Variations
Color information
#355281 (or 0x355281) is known color: Fun Blue. HEX triplet: 35, 52 and 81. RGB value is (53,82,129). Sum of RGB (Red+Green+Blue) = 53+82+129=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #355281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355281 is #CAAD7E. Grayscale: #4E4E4E. Windows color (decimal): -13282687 or 8475189. OLE color: 8475189.
HSL color Cylindrical-coordinate representation of color #355281: hue angle of 217.11º 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 #355281 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 82 | 129 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.49 |
| HSL | 217.11º | 0.42% | 0.36% | - |
| HSV(B) | 217.11º | 0.59% | 0.51% | - |
| XYZ | 8.45 | 8.38 | 21.94 | - |
| YUV | 78.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 129 | 0.59 | 0.36 | 0 | 0.49 | 217.11 | 0.42 | 0.36 |
| Hex | 35 | 52 | 81 | 3B | 24 | 0 | 31 | D9 | 2A | 24 |
| Octal | 65 | 122 | 201 | 73 | 44 | 0 | 61 | 331 | 52 | 44 |
| Binary | 110101 | 1010010 | 10000001 | 111011 | 100100 | 0 | 110001 | 11011001 | 101010 | 100100 |
Color Harmonies of #355281
Complementary color
Monochromatic Colors of #355281
Black with #355281
Text Example
Text Example
White with #355281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355281; }
p { color: rgb(53,82,129); }
H1.HeaderClassName
{
color: #355281;
}
.AnyTagClassName
{
color: #355281;
}
</style>
background-color css
<style>
a { background-color: #355281; }
a { background-color: rgb(53,82,129); }
div.DivClassName
{
background-color: #355281;
}
.BgClassName
{
background-color: #355281;
}
</style>
border-color css
<style>
span { border-color: #355281; }
span { border-color: rgb(53,82,129); }
td.TdClassName
{
border-color: #355281;
}
.TagClassName
{
border-color: #355281;
}
</style>