Shades of Free Speech Blue #3240DD
Tints of Free Speech Blue #3240DD
RGB
CMYK
RGB Variations
Color information
#3240DD (or 0x3240DD) is known color: Free Speech Blue. HEX triplet: 32, 40 and DD. RGB value is (50,64,221). Sum of RGB (Red+Green+Blue) = 50+64+221=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #3240DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3240DD is #CDBF22. Grayscale: #4D4D4D. Windows color (decimal): -13483811 or 14499890. OLE color: 14499890.
HSL color Cylindrical-coordinate representation of color #3240DD: hue angle of 235.09º degrees, saturation: 0.72, 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 #3240DD is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 64 | 221 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.13 |
| HSL | 235.09º | 0.72% | 0.53% | - |
| HSV(B) | 235.09º | 0.77% | 0.87% | - |
| XYZ | 16.2 | 9.57 | 69.4 | - |
| YUV | 77.71 | 208.86 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 221 | 0.77 | 0.71 | 0 | 0.13 | 235.09 | 0.72 | 0.53 |
| Hex | 32 | 40 | DD | 4D | 47 | 0 | D | EB | 48 | 35 |
| Octal | 62 | 100 | 335 | 115 | 107 | 0 | 15 | 353 | 110 | 65 |
| Binary | 110010 | 1000000 | 11011101 | 1001101 | 1000111 | 0 | 1101 | 11101011 | 1001000 | 110101 |
Color Harmonies of #3240DD
Complementary color
Monochromatic Colors of #3240DD
Black with #3240DD
Text Example
Text Example
White with #3240DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3240DD; }
p { color: rgb(50,64,221); }
H1.HeaderClassName
{
color: #3240DD;
}
.AnyTagClassName
{
color: #3240DD;
}
</style>
background-color css
<style>
a { background-color: #3240DD; }
a { background-color: rgb(50,64,221); }
div.DivClassName
{
background-color: #3240DD;
}
.BgClassName
{
background-color: #3240DD;
}
</style>
border-color css
<style>
span { border-color: #3240DD; }
span { border-color: rgb(50,64,221); }
td.TdClassName
{
border-color: #3240DD;
}
.TagClassName
{
border-color: #3240DD;
}
</style>