Shades of Fun Blue #355488
Tints of Fun Blue #355488
RGB
CMYK
RGB Variations
Color information
#355488 (or 0x355488) is known color: Fun Blue. HEX triplet: 35, 54 and 88. RGB value is (53,84,136). Sum of RGB (Red+Green+Blue) = 53+84+136=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #355488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355488 is #CAAB77. Grayscale: #505050. Windows color (decimal): -13282168 or 8934453. OLE color: 8934453.
HSL color Cylindrical-coordinate representation of color #355488: hue angle of 217.59º 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 #355488 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 84 | 136 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.47 |
| HSL | 217.59º | 0.44% | 0.37% | - |
| HSV(B) | 217.59º | 0.61% | 0.53% | - |
| XYZ | 9.08 | 8.88 | 24.53 | - |
| YUV | 80.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 136 | 0.61 | 0.38 | 0 | 0.47 | 217.59 | 0.44 | 0.37 |
| Hex | 35 | 54 | 88 | 3D | 26 | 0 | 2F | DA | 2C | 25 |
| Octal | 65 | 124 | 210 | 75 | 46 | 0 | 57 | 332 | 54 | 45 |
| Binary | 110101 | 1010100 | 10001000 | 111101 | 100110 | 0 | 101111 | 11011010 | 101100 | 100101 |
Color Harmonies of #355488
Complementary color
Monochromatic Colors of #355488
Black with #355488
Text Example
Text Example
White with #355488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355488; }
p { color: rgb(53,84,136); }
H1.HeaderClassName
{
color: #355488;
}
.AnyTagClassName
{
color: #355488;
}
</style>
background-color css
<style>
a { background-color: #355488; }
a { background-color: rgb(53,84,136); }
div.DivClassName
{
background-color: #355488;
}
.BgClassName
{
background-color: #355488;
}
</style>
border-color css
<style>
span { border-color: #355488; }
span { border-color: rgb(53,84,136); }
td.TdClassName
{
border-color: #355488;
}
.TagClassName
{
border-color: #355488;
}
</style>