Shades of Fun Blue #33507E
Tints of Fun Blue #33507E
RGB
CMYK
RGB Variations
Color information
#33507E (or 0x33507E) is known color: Fun Blue. HEX triplet: 33, 50 and 7E. RGB value is (51,80,126). Sum of RGB (Red+Green+Blue) = 51+80+126=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #33507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33507E is #CCAF81. Grayscale: #4C4C4C. Windows color (decimal): -13414274 or 8278067. OLE color: 8278067.
HSL color Cylindrical-coordinate representation of color #33507E: hue angle of 216.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33507E is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 80 | 126 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.51 |
| HSL | 216.8º | 0.42% | 0.35% | - |
| HSV(B) | 216.8º | 0.6% | 0.49% | - |
| XYZ | 8 | 7.95 | 20.85 | - |
| YUV | 76.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 126 | 0.60 | 0.37 | 0 | 0.51 | 216.8 | 0.42 | 0.35 |
| Hex | 33 | 50 | 7E | 3C | 25 | 0 | 33 | D9 | 2A | 23 |
| Octal | 63 | 120 | 176 | 74 | 45 | 0 | 63 | 331 | 52 | 43 |
| Binary | 110011 | 1010000 | 1111110 | 111100 | 100101 | 0 | 110011 | 11011001 | 101010 | 100011 |
Color Harmonies of #33507E
Complementary color
Monochromatic Colors of #33507E
Black with #33507E
Text Example
Text Example
White with #33507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33507E; }
p { color: rgb(51,80,126); }
H1.HeaderClassName
{
color: #33507E;
}
.AnyTagClassName
{
color: #33507E;
}
</style>
background-color css
<style>
a { background-color: #33507E; }
a { background-color: rgb(51,80,126); }
div.DivClassName
{
background-color: #33507E;
}
.BgClassName
{
background-color: #33507E;
}
</style>
border-color css
<style>
span { border-color: #33507E; }
span { border-color: rgb(51,80,126); }
td.TdClassName
{
border-color: #33507E;
}
.TagClassName
{
border-color: #33507E;
}
</style>