Shades of Free Speech Blue #3350DD
Tints of Free Speech Blue #3350DD
RGB
CMYK
RGB Variations
Color information
#3350DD (or 0x3350DD) is known color: Free Speech Blue. HEX triplet: 33, 50 and DD. RGB value is (51,80,221). Sum of RGB (Red+Green+Blue) = 51+80+221=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #3350DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350DD is #CCAF22. Grayscale: #565656. Windows color (decimal): -13414179 or 14503987. OLE color: 14503987.
HSL color Cylindrical-coordinate representation of color #3350DD: hue angle of 229.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3350DD is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 80 | 221 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.13 |
| HSL | 229.76º | 0.71% | 0.53% | - |
| HSV(B) | 229.76º | 0.77% | 0.87% | - |
| XYZ | 17.29 | 11.66 | 69.75 | - |
| YUV | 87.4 | 203.39 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 221 | 0.77 | 0.64 | 0 | 0.13 | 229.76 | 0.71 | 0.53 |
| Hex | 33 | 50 | DD | 4D | 40 | 0 | D | E6 | 47 | 35 |
| Octal | 63 | 120 | 335 | 115 | 100 | 0 | 15 | 346 | 107 | 65 |
| Binary | 110011 | 1010000 | 11011101 | 1001101 | 1000000 | 0 | 1101 | 11100110 | 1000111 | 110101 |
Color Harmonies of #3350DD
Complementary color
Monochromatic Colors of #3350DD
Black with #3350DD
Text Example
Text Example
White with #3350DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350DD; }
p { color: rgb(51,80,221); }
H1.HeaderClassName
{
color: #3350DD;
}
.AnyTagClassName
{
color: #3350DD;
}
</style>
background-color css
<style>
a { background-color: #3350DD; }
a { background-color: rgb(51,80,221); }
div.DivClassName
{
background-color: #3350DD;
}
.BgClassName
{
background-color: #3350DD;
}
</style>
border-color css
<style>
span { border-color: #3350DD; }
span { border-color: rgb(51,80,221); }
td.TdClassName
{
border-color: #3350DD;
}
.TagClassName
{
border-color: #3350DD;
}
</style>