Shades of Free Speech Blue #3242E1
Tints of Free Speech Blue #3242E1
RGB
CMYK
RGB Variations
Color information
#3242E1 (or 0x3242E1) is known color: Free Speech Blue. HEX triplet: 32, 42 and E1. RGB value is (50,66,225). Sum of RGB (Red+Green+Blue) = 50+66+225=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #3242E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3242E1 is #CDBD1E. Grayscale: #4E4E4E. Windows color (decimal): -13483295 or 14762546. OLE color: 14762546.
HSL color Cylindrical-coordinate representation of color #3242E1: hue angle of 234.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3242E1 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 66 | 225 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.12 |
| HSL | 234.51º | 0.74% | 0.54% | - |
| HSV(B) | 234.51º | 0.78% | 0.88% | - |
| XYZ | 16.85 | 10.01 | 72.28 | - |
| YUV | 79.34 | 210.2 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 225 | 0.78 | 0.71 | 0 | 0.12 | 234.51 | 0.74 | 0.54 |
| Hex | 32 | 42 | E1 | 4E | 47 | 0 | C | EB | 4A | 36 |
| Octal | 62 | 102 | 341 | 116 | 107 | 0 | 14 | 353 | 112 | 66 |
| Binary | 110010 | 1000010 | 11100001 | 1001110 | 1000111 | 0 | 1100 | 11101011 | 1001010 | 110110 |
Color Harmonies of #3242E1
Complementary color
Monochromatic Colors of #3242E1
Black with #3242E1
Text Example
Text Example
White with #3242E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3242E1; }
p { color: rgb(50,66,225); }
H1.HeaderClassName
{
color: #3242E1;
}
.AnyTagClassName
{
color: #3242E1;
}
</style>
background-color css
<style>
a { background-color: #3242E1; }
a { background-color: rgb(50,66,225); }
div.DivClassName
{
background-color: #3242E1;
}
.BgClassName
{
background-color: #3242E1;
}
</style>
border-color css
<style>
span { border-color: #3242E1; }
span { border-color: rgb(50,66,225); }
td.TdClassName
{
border-color: #3242E1;
}
.TagClassName
{
border-color: #3242E1;
}
</style>