Shades of Fun Blue #33558C
Tints of Fun Blue #33558C
RGB
CMYK
RGB Variations
Color information
#33558C (or 0x33558C) is known color: Fun Blue. HEX triplet: 33, 55 and 8C. RGB value is (51,85,140). Sum of RGB (Red+Green+Blue) = 51+85+140=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #33558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33558C is #CCAA73. Grayscale: #505050. Windows color (decimal): -13412980 or 9196851. OLE color: 9196851.
HSL color Cylindrical-coordinate representation of color #33558C: hue angle of 217.08º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33558C is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 85 | 140 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.45 |
| HSL | 217.08º | 0.47% | 0.37% | - |
| HSV(B) | 217.08º | 0.64% | 0.55% | - |
| XYZ | 9.35 | 9.09 | 26.07 | - |
| YUV | 81.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 140 | 0.64 | 0.39 | 0 | 0.45 | 217.08 | 0.47 | 0.37 |
| Hex | 33 | 55 | 8C | 40 | 27 | 0 | 2D | D9 | 2F | 25 |
| Octal | 63 | 125 | 214 | 100 | 47 | 0 | 55 | 331 | 57 | 45 |
| Binary | 110011 | 1010101 | 10001100 | 1000000 | 100111 | 0 | 101101 | 11011001 | 101111 | 100101 |
Color Harmonies of #33558C
Complementary color
Monochromatic Colors of #33558C
Black with #33558C
Text Example
Text Example
White with #33558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33558C; }
p { color: rgb(51,85,140); }
H1.HeaderClassName
{
color: #33558C;
}
.AnyTagClassName
{
color: #33558C;
}
</style>
background-color css
<style>
a { background-color: #33558C; }
a { background-color: rgb(51,85,140); }
div.DivClassName
{
background-color: #33558C;
}
.BgClassName
{
background-color: #33558C;
}
</style>
border-color css
<style>
span { border-color: #33558C; }
span { border-color: rgb(51,85,140); }
td.TdClassName
{
border-color: #33558C;
}
.TagClassName
{
border-color: #33558C;
}
</style>