Shades of Fun Blue #33497C
Tints of Fun Blue #33497C
RGB
CMYK
RGB Variations
Color information
#33497C (or 0x33497C) is known color: Fun Blue. HEX triplet: 33, 49 and 7C. RGB value is (51,73,124). Sum of RGB (Red+Green+Blue) = 51+73+124=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #33497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33497C is #CCB683. Grayscale: #484848. Windows color (decimal): -13416068 or 8145203. OLE color: 8145203.
HSL color Cylindrical-coordinate representation of color #33497C: hue angle of 221.92º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33497C is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 73 | 124 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.51 |
| HSL | 221.92º | 0.42% | 0.34% | - |
| HSV(B) | 221.92º | 0.59% | 0.49% | - |
| XYZ | 7.39 | 6.92 | 20.02 | - |
| YUV | 72.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 124 | 0.59 | 0.41 | 0 | 0.51 | 221.92 | 0.42 | 0.34 |
| Hex | 33 | 49 | 7C | 3B | 29 | 0 | 33 | DE | 2A | 22 |
| Octal | 63 | 111 | 174 | 73 | 51 | 0 | 63 | 336 | 52 | 42 |
| Binary | 110011 | 1001001 | 1111100 | 111011 | 101001 | 0 | 110011 | 11011110 | 101010 | 100010 |
Color Harmonies of #33497C
Complementary color
Monochromatic Colors of #33497C
Black with #33497C
Text Example
Text Example
White with #33497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33497C; }
p { color: rgb(51,73,124); }
H1.HeaderClassName
{
color: #33497C;
}
.AnyTagClassName
{
color: #33497C;
}
</style>
background-color css
<style>
a { background-color: #33497C; }
a { background-color: rgb(51,73,124); }
div.DivClassName
{
background-color: #33497C;
}
.BgClassName
{
background-color: #33497C;
}
</style>
border-color css
<style>
span { border-color: #33497C; }
span { border-color: rgb(51,73,124); }
td.TdClassName
{
border-color: #33497C;
}
.TagClassName
{
border-color: #33497C;
}
</style>