Shades of Fun Blue #335188
Tints of Fun Blue #335188
RGB
CMYK
RGB Variations
Color information
#335188 (or 0x335188) is known color: Fun Blue. HEX triplet: 33, 51 and 88. RGB value is (51,81,136). Sum of RGB (Red+Green+Blue) = 51+81+136=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #335188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335188 is #CCAE77. Grayscale: #4E4E4E. Windows color (decimal): -13414008 or 8933683. OLE color: 8933683.
HSL color Cylindrical-coordinate representation of color #335188: hue angle of 218.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335188 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 81 | 136 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.47 |
| HSL | 218.82º | 0.45% | 0.37% | - |
| HSV(B) | 218.82º | 0.63% | 0.53% | - |
| XYZ | 8.75 | 8.37 | 24.45 | - |
| YUV | 78.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 136 | 0.62 | 0.40 | 0 | 0.47 | 218.82 | 0.45 | 0.37 |
| Hex | 33 | 51 | 88 | 3E | 28 | 0 | 2F | DB | 2D | 25 |
| Octal | 63 | 121 | 210 | 76 | 50 | 0 | 57 | 333 | 55 | 45 |
| Binary | 110011 | 1010001 | 10001000 | 111110 | 101000 | 0 | 101111 | 11011011 | 101101 | 100101 |
Color Harmonies of #335188
Complementary color
Monochromatic Colors of #335188
Black with #335188
Text Example
Text Example
White with #335188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335188; }
p { color: rgb(51,81,136); }
H1.HeaderClassName
{
color: #335188;
}
.AnyTagClassName
{
color: #335188;
}
</style>
background-color css
<style>
a { background-color: #335188; }
a { background-color: rgb(51,81,136); }
div.DivClassName
{
background-color: #335188;
}
.BgClassName
{
background-color: #335188;
}
</style>
border-color css
<style>
span { border-color: #335188; }
span { border-color: rgb(51,81,136); }
td.TdClassName
{
border-color: #335188;
}
.TagClassName
{
border-color: #335188;
}
</style>