Shades of Fun Blue #355288
Tints of Fun Blue #355288
RGB
CMYK
RGB Variations
Color information
#355288 (or 0x355288) is known color: Fun Blue. HEX triplet: 35, 52 and 88. RGB value is (53,82,136). Sum of RGB (Red+Green+Blue) = 53+82+136=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #355288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355288 is #CAAD77. Grayscale: #4F4F4F. Windows color (decimal): -13282680 or 8933941. OLE color: 8933941.
HSL color Cylindrical-coordinate representation of color #355288: hue angle of 219.04º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355288 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 82 | 136 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.47 |
| HSL | 219.04º | 0.44% | 0.37% | - |
| HSV(B) | 219.04º | 0.61% | 0.53% | - |
| XYZ | 8.93 | 8.57 | 24.48 | - |
| YUV | 79.49 | 159.89 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 136 | 0.61 | 0.40 | 0 | 0.47 | 219.04 | 0.44 | 0.37 |
| Hex | 35 | 52 | 88 | 3D | 28 | 0 | 2F | DB | 2C | 25 |
| Octal | 65 | 122 | 210 | 75 | 50 | 0 | 57 | 333 | 54 | 45 |
| Binary | 110101 | 1010010 | 10001000 | 111101 | 101000 | 0 | 101111 | 11011011 | 101100 | 100101 |
Color Harmonies of #355288
Complementary color
Monochromatic Colors of #355288
Black with #355288
Text Example
Text Example
White with #355288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355288; }
p { color: rgb(53,82,136); }
H1.HeaderClassName
{
color: #355288;
}
.AnyTagClassName
{
color: #355288;
}
</style>
background-color css
<style>
a { background-color: #355288; }
a { background-color: rgb(53,82,136); }
div.DivClassName
{
background-color: #355288;
}
.BgClassName
{
background-color: #355288;
}
</style>
border-color css
<style>
span { border-color: #355288; }
span { border-color: rgb(53,82,136); }
td.TdClassName
{
border-color: #355288;
}
.TagClassName
{
border-color: #355288;
}
</style>