Shades of Free Speech Blue #3237E1
Tints of Free Speech Blue #3237E1
RGB
CMYK
RGB Variations
Color information
#3237E1 (or 0x3237E1) is known color: Free Speech Blue. HEX triplet: 32, 37 and E1. RGB value is (50,55,225). Sum of RGB (Red+Green+Blue) = 50+55+225=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 225 (88.28% from 255 or 68.18% from 330); Max value from RGB is 225 - color contains mainly: blue. Hex color #3237E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3237E1 is #CDC81E. Grayscale: #484848. Windows color (decimal): -13486111 or 14759730. OLE color: 14759730.
HSL color Cylindrical-coordinate representation of color #3237E1: hue angle of 238.29º 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 #3237E1 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 55 | 225 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.12 |
| HSL | 238.29º | 0.74% | 0.54% | - |
| HSV(B) | 238.29º | 0.78% | 0.88% | - |
| XYZ | 16.27 | 8.85 | 72.08 | - |
| YUV | 72.89 | 213.84 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 225 | 0.78 | 0.76 | 0 | 0.12 | 238.29 | 0.74 | 0.54 |
| Hex | 32 | 37 | E1 | 4E | 4C | 0 | C | EE | 4A | 36 |
| Octal | 62 | 67 | 341 | 116 | 114 | 0 | 14 | 356 | 112 | 66 |
| Binary | 110010 | 110111 | 11100001 | 1001110 | 1001100 | 0 | 1100 | 11101110 | 1001010 | 110110 |
Color Harmonies of #3237E1
Complementary color
Monochromatic Colors of #3237E1
Black with #3237E1
Text Example
Text Example
White with #3237E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3237E1; }
p { color: rgb(50,55,225); }
H1.HeaderClassName
{
color: #3237E1;
}
.AnyTagClassName
{
color: #3237E1;
}
</style>
background-color css
<style>
a { background-color: #3237E1; }
a { background-color: rgb(50,55,225); }
div.DivClassName
{
background-color: #3237E1;
}
.BgClassName
{
background-color: #3237E1;
}
</style>
border-color css
<style>
span { border-color: #3237E1; }
span { border-color: rgb(50,55,225); }
td.TdClassName
{
border-color: #3237E1;
}
.TagClassName
{
border-color: #3237E1;
}
</style>