Shades of Free Speech Blue #3249DF
Tints of Free Speech Blue #3249DF
RGB
CMYK
RGB Variations
Color information
#3249DF (or 0x3249DF) is known color: Free Speech Blue. HEX triplet: 32, 49 and DF. RGB value is (50,73,223). Sum of RGB (Red+Green+Blue) = 50+73+223=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #3249DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3249DF is #CDB620. Grayscale: #525252. Windows color (decimal): -13481505 or 14633266. OLE color: 14633266.
HSL color Cylindrical-coordinate representation of color #3249DF: hue angle of 232.02º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3249DF is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 73 | 223 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.13 |
| HSL | 232.02º | 0.73% | 0.54% | - |
| HSV(B) | 232.02º | 0.78% | 0.87% | - |
| XYZ | 17.02 | 10.77 | 70.99 | - |
| YUV | 83.22 | 206.88 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 223 | 0.78 | 0.67 | 0 | 0.13 | 232.02 | 0.73 | 0.54 |
| Hex | 32 | 49 | DF | 4E | 43 | 0 | D | E8 | 49 | 36 |
| Octal | 62 | 111 | 337 | 116 | 103 | 0 | 15 | 350 | 111 | 66 |
| Binary | 110010 | 1001001 | 11011111 | 1001110 | 1000011 | 0 | 1101 | 11101000 | 1001001 | 110110 |
Color Harmonies of #3249DF
Complementary color
Monochromatic Colors of #3249DF
Black with #3249DF
Text Example
Text Example
White with #3249DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3249DF; }
p { color: rgb(50,73,223); }
H1.HeaderClassName
{
color: #3249DF;
}
.AnyTagClassName
{
color: #3249DF;
}
</style>
background-color css
<style>
a { background-color: #3249DF; }
a { background-color: rgb(50,73,223); }
div.DivClassName
{
background-color: #3249DF;
}
.BgClassName
{
background-color: #3249DF;
}
</style>
border-color css
<style>
span { border-color: #3249DF; }
span { border-color: rgb(50,73,223); }
td.TdClassName
{
border-color: #3249DF;
}
.TagClassName
{
border-color: #3249DF;
}
</style>