Shades of Free Speech Blue #3248DF
Tints of Free Speech Blue #3248DF
RGB
CMYK
RGB Variations
Color information
#3248DF (or 0x3248DF) is known color: Free Speech Blue. HEX triplet: 32, 48 and DF. RGB value is (50,72,223). Sum of RGB (Red+Green+Blue) = 50+72+223=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #3248DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3248DF is #CDB720. Grayscale: #525252. Windows color (decimal): -13481761 or 14633010. OLE color: 14633010.
HSL color Cylindrical-coordinate representation of color #3248DF: hue angle of 232.37º 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 #3248DF is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 72 | 223 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.13 |
| HSL | 232.37º | 0.73% | 0.54% | - |
| HSV(B) | 232.37º | 0.78% | 0.87% | - |
| XYZ | 16.95 | 10.64 | 70.97 | - |
| YUV | 82.64 | 207.21 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 223 | 0.78 | 0.68 | 0 | 0.13 | 232.37 | 0.73 | 0.54 |
| Hex | 32 | 48 | DF | 4E | 44 | 0 | D | E8 | 49 | 36 |
| Octal | 62 | 110 | 337 | 116 | 104 | 0 | 15 | 350 | 111 | 66 |
| Binary | 110010 | 1001000 | 11011111 | 1001110 | 1000100 | 0 | 1101 | 11101000 | 1001001 | 110110 |
Color Harmonies of #3248DF
Complementary color
Monochromatic Colors of #3248DF
Black with #3248DF
Text Example
Text Example
White with #3248DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3248DF; }
p { color: rgb(50,72,223); }
H1.HeaderClassName
{
color: #3248DF;
}
.AnyTagClassName
{
color: #3248DF;
}
</style>
background-color css
<style>
a { background-color: #3248DF; }
a { background-color: rgb(50,72,223); }
div.DivClassName
{
background-color: #3248DF;
}
.BgClassName
{
background-color: #3248DF;
}
</style>
border-color css
<style>
span { border-color: #3248DF; }
span { border-color: rgb(50,72,223); }
td.TdClassName
{
border-color: #3248DF;
}
.TagClassName
{
border-color: #3248DF;
}
</style>