Shades of Free Speech Blue #323EDF
Tints of Free Speech Blue #323EDF
RGB
CMYK
RGB Variations
Color information
#323EDF (or 0x323EDF) is known color: Free Speech Blue. HEX triplet: 32, 3E and DF. RGB value is (50,62,223). Sum of RGB (Red+Green+Blue) = 50+62+223=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #323EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EDF is #CDC120. Grayscale: #4C4C4C. Windows color (decimal): -13484321 or 14630450. OLE color: 14630450.
HSL color Cylindrical-coordinate representation of color #323EDF: hue angle of 235.84º 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 #323EDF is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 62 | 223 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.13 |
| HSL | 235.84º | 0.73% | 0.54% | - |
| HSV(B) | 235.84º | 0.78% | 0.87% | - |
| XYZ | 16.36 | 9.45 | 70.77 | - |
| YUV | 76.77 | 210.52 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 223 | 0.78 | 0.72 | 0 | 0.13 | 235.84 | 0.73 | 0.54 |
| Hex | 32 | 3E | DF | 4E | 48 | 0 | D | EC | 49 | 36 |
| Octal | 62 | 76 | 337 | 116 | 110 | 0 | 15 | 354 | 111 | 66 |
| Binary | 110010 | 111110 | 11011111 | 1001110 | 1001000 | 0 | 1101 | 11101100 | 1001001 | 110110 |
Color Harmonies of #323EDF
Complementary color
Monochromatic Colors of #323EDF
Black with #323EDF
Text Example
Text Example
White with #323EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EDF; }
p { color: rgb(50,62,223); }
H1.HeaderClassName
{
color: #323EDF;
}
.AnyTagClassName
{
color: #323EDF;
}
</style>
background-color css
<style>
a { background-color: #323EDF; }
a { background-color: rgb(50,62,223); }
div.DivClassName
{
background-color: #323EDF;
}
.BgClassName
{
background-color: #323EDF;
}
</style>
border-color css
<style>
span { border-color: #323EDF; }
span { border-color: rgb(50,62,223); }
td.TdClassName
{
border-color: #323EDF;
}
.TagClassName
{
border-color: #323EDF;
}
</style>