Shades of Free Speech Blue #323EE3
Tints of Free Speech Blue #323EE3
RGB
CMYK
RGB Variations
Color information
#323EE3 (or 0x323EE3) is known color: Free Speech Blue. HEX triplet: 32, 3E and E3. RGB value is (50,62,227). Sum of RGB (Red+Green+Blue) = 50+62+227=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 227 (89.06% from 255 or 66.96% from 339); Max value from RGB is 227 - color contains mainly: blue. Hex color #323EE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EE3 is #CDC11C. Grayscale: #4C4C4C. Windows color (decimal): -13484317 or 14892594. OLE color: 14892594.
HSL color Cylindrical-coordinate representation of color #323EE3: hue angle of 235.93º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #323EE3 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 62 | 227 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.11 |
| HSL | 235.93º | 0.76% | 0.54% | - |
| HSV(B) | 235.93º | 0.78% | 0.89% | - |
| XYZ | 16.9 | 9.67 | 73.65 | - |
| YUV | 77.22 | 212.52 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 227 | 0.78 | 0.73 | 0 | 0.11 | 235.93 | 0.76 | 0.54 |
| Hex | 32 | 3E | E3 | 4E | 49 | 0 | B | EC | 4C | 36 |
| Octal | 62 | 76 | 343 | 116 | 111 | 0 | 13 | 354 | 114 | 66 |
| Binary | 110010 | 111110 | 11100011 | 1001110 | 1001001 | 0 | 1011 | 11101100 | 1001100 | 110110 |
Color Harmonies of #323EE3
Complementary color
Monochromatic Colors of #323EE3
Black with #323EE3
Text Example
Text Example
White with #323EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EE3; }
p { color: rgb(50,62,227); }
H1.HeaderClassName
{
color: #323EE3;
}
.AnyTagClassName
{
color: #323EE3;
}
</style>
background-color css
<style>
a { background-color: #323EE3; }
a { background-color: rgb(50,62,227); }
div.DivClassName
{
background-color: #323EE3;
}
.BgClassName
{
background-color: #323EE3;
}
</style>
border-color css
<style>
span { border-color: #323EE3; }
span { border-color: rgb(50,62,227); }
td.TdClassName
{
border-color: #323EE3;
}
.TagClassName
{
border-color: #323EE3;
}
</style>