Shades of Fun Blue #33558B
Tints of Fun Blue #33558B
RGB
CMYK
RGB Variations
Color information
#33558B (or 0x33558B) is known color: Fun Blue. HEX triplet: 33, 55 and 8B. RGB value is (51,85,139). Sum of RGB (Red+Green+Blue) = 51+85+139=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #33558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33558B is #CCAA74. Grayscale: #505050. Windows color (decimal): -13412981 or 9131315. OLE color: 9131315.
HSL color Cylindrical-coordinate representation of color #33558B: hue angle of 216.82º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33558B is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 85 | 139 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.45 |
| HSL | 216.82º | 0.46% | 0.37% | - |
| HSV(B) | 216.82º | 0.63% | 0.55% | - |
| XYZ | 9.27 | 9.06 | 25.69 | - |
| YUV | 80.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 139 | 0.63 | 0.39 | 0 | 0.45 | 216.82 | 0.46 | 0.37 |
| Hex | 33 | 55 | 8B | 3F | 27 | 0 | 2D | D9 | 2E | 25 |
| Octal | 63 | 125 | 213 | 77 | 47 | 0 | 55 | 331 | 56 | 45 |
| Binary | 110011 | 1010101 | 10001011 | 111111 | 100111 | 0 | 101101 | 11011001 | 101110 | 100101 |
Color Harmonies of #33558B
Complementary color
Monochromatic Colors of #33558B
Black with #33558B
Text Example
Text Example
White with #33558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33558B; }
p { color: rgb(51,85,139); }
H1.HeaderClassName
{
color: #33558B;
}
.AnyTagClassName
{
color: #33558B;
}
</style>
background-color css
<style>
a { background-color: #33558B; }
a { background-color: rgb(51,85,139); }
div.DivClassName
{
background-color: #33558B;
}
.BgClassName
{
background-color: #33558B;
}
</style>
border-color css
<style>
span { border-color: #33558B; }
span { border-color: rgb(51,85,139); }
td.TdClassName
{
border-color: #33558B;
}
.TagClassName
{
border-color: #33558B;
}
</style>