Shades of Free Speech Blue #323FE3
Tints of Free Speech Blue #323FE3
RGB
CMYK
RGB Variations
Color information
#323FE3 (or 0x323FE3) is known color: Free Speech Blue. HEX triplet: 32, 3F and E3. RGB value is (50,63,227). Sum of RGB (Red+Green+Blue) = 50+63+227=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 227 (89.06% from 255 or 66.76% from 340); Max value from RGB is 227 - color contains mainly: blue. Hex color #323FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FE3 is #CDC01C. Grayscale: #4D4D4D. Windows color (decimal): -13484061 or 14892850. OLE color: 14892850.
HSL color Cylindrical-coordinate representation of color #323FE3: hue angle of 235.59º 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 #323FE3 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 63 | 227 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.11 |
| HSL | 235.59º | 0.76% | 0.54% | - |
| HSV(B) | 235.59º | 0.78% | 0.89% | - |
| XYZ | 16.96 | 9.78 | 73.67 | - |
| YUV | 77.81 | 212.19 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 227 | 0.78 | 0.72 | 0 | 0.11 | 235.59 | 0.76 | 0.54 |
| Hex | 32 | 3F | E3 | 4E | 48 | 0 | B | EC | 4C | 36 |
| Octal | 62 | 77 | 343 | 116 | 110 | 0 | 13 | 354 | 114 | 66 |
| Binary | 110010 | 111111 | 11100011 | 1001110 | 1001000 | 0 | 1011 | 11101100 | 1001100 | 110110 |
Color Harmonies of #323FE3
Complementary color
Monochromatic Colors of #323FE3
Black with #323FE3
Text Example
Text Example
White with #323FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FE3; }
p { color: rgb(50,63,227); }
H1.HeaderClassName
{
color: #323FE3;
}
.AnyTagClassName
{
color: #323FE3;
}
</style>
background-color css
<style>
a { background-color: #323FE3; }
a { background-color: rgb(50,63,227); }
div.DivClassName
{
background-color: #323FE3;
}
.BgClassName
{
background-color: #323FE3;
}
</style>
border-color css
<style>
span { border-color: #323FE3; }
span { border-color: rgb(50,63,227); }
td.TdClassName
{
border-color: #323FE3;
}
.TagClassName
{
border-color: #323FE3;
}
</style>