Shades of Fun Blue #335087
Tints of Fun Blue #335087
RGB
CMYK
RGB Variations
Color information
#335087 (or 0x335087) is known color: Fun Blue. HEX triplet: 33, 50 and 87. RGB value is (51,80,135). Sum of RGB (Red+Green+Blue) = 51+80+135=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #335087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335087 is #CCAF78. Grayscale: #4D4D4D. Windows color (decimal): -13414265 or 8867891. OLE color: 8867891.
HSL color Cylindrical-coordinate representation of color #335087: hue angle of 219.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335087 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 80 | 135 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.47 |
| HSL | 219.29º | 0.45% | 0.36% | - |
| HSV(B) | 219.29º | 0.62% | 0.53% | - |
| XYZ | 8.61 | 8.19 | 24.05 | - |
| YUV | 77.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 135 | 0.62 | 0.41 | 0 | 0.47 | 219.29 | 0.45 | 0.36 |
| Hex | 33 | 50 | 87 | 3E | 29 | 0 | 2F | DB | 2D | 24 |
| Octal | 63 | 120 | 207 | 76 | 51 | 0 | 57 | 333 | 55 | 44 |
| Binary | 110011 | 1010000 | 10000111 | 111110 | 101001 | 0 | 101111 | 11011011 | 101101 | 100100 |
Color Harmonies of #335087
Complementary color
Monochromatic Colors of #335087
Black with #335087
Text Example
Text Example
White with #335087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335087; }
p { color: rgb(51,80,135); }
H1.HeaderClassName
{
color: #335087;
}
.AnyTagClassName
{
color: #335087;
}
</style>
background-color css
<style>
a { background-color: #335087; }
a { background-color: rgb(51,80,135); }
div.DivClassName
{
background-color: #335087;
}
.BgClassName
{
background-color: #335087;
}
</style>
border-color css
<style>
span { border-color: #335087; }
span { border-color: rgb(51,80,135); }
td.TdClassName
{
border-color: #335087;
}
.TagClassName
{
border-color: #335087;
}
</style>