Shades of Fun Blue #355184
Tints of Fun Blue #355184
RGB
CMYK
RGB Variations
Color information
#355184 (or 0x355184) is known color: Fun Blue. HEX triplet: 35, 51 and 84. RGB value is (53,81,132). Sum of RGB (Red+Green+Blue) = 53+81+132=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #355184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355184 is #CAAE7B. Grayscale: #4E4E4E. Windows color (decimal): -13282940 or 8671541. OLE color: 8671541.
HSL color Cylindrical-coordinate representation of color #355184: hue angle of 218.73º 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 #355184 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 81 | 132 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.48 |
| HSL | 218.73º | 0.43% | 0.36% | - |
| HSV(B) | 218.73º | 0.6% | 0.52% | - |
| XYZ | 8.58 | 8.31 | 22.98 | - |
| YUV | 78.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 132 | 0.60 | 0.39 | 0 | 0.48 | 218.73 | 0.43 | 0.36 |
| Hex | 35 | 51 | 84 | 3C | 27 | 0 | 30 | DB | 2B | 24 |
| Octal | 65 | 121 | 204 | 74 | 47 | 0 | 60 | 333 | 53 | 44 |
| Binary | 110101 | 1010001 | 10000100 | 111100 | 100111 | 0 | 110000 | 11011011 | 101011 | 100100 |
Color Harmonies of #355184
Complementary color
Monochromatic Colors of #355184
Black with #355184
Text Example
Text Example
White with #355184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355184; }
p { color: rgb(53,81,132); }
H1.HeaderClassName
{
color: #355184;
}
.AnyTagClassName
{
color: #355184;
}
</style>
background-color css
<style>
a { background-color: #355184; }
a { background-color: rgb(53,81,132); }
div.DivClassName
{
background-color: #355184;
}
.BgClassName
{
background-color: #355184;
}
</style>
border-color css
<style>
span { border-color: #355184; }
span { border-color: rgb(53,81,132); }
td.TdClassName
{
border-color: #355184;
}
.TagClassName
{
border-color: #355184;
}
</style>