Shades of Free Speech Blue #323ECF
Tints of Free Speech Blue #323ECF
RGB
CMYK
RGB Variations
Color information
#323ECF (or 0x323ECF) is known color: Free Speech Blue. HEX triplet: 32, 3E and CF. RGB value is (50,62,207). Sum of RGB (Red+Green+Blue) = 50+62+207=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #323ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ECF is #CDC130. Grayscale: #4A4A4A. Windows color (decimal): -13484337 or 13581874. OLE color: 13581874.
HSL color Cylindrical-coordinate representation of color #323ECF: hue angle of 235.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #323ECF is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 62 | 207 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.19 |
| HSL | 235.41º | 0.62% | 0.5% | - |
| HSV(B) | 235.41º | 0.76% | 0.81% | - |
| XYZ | 14.3 | 8.63 | 59.94 | - |
| YUV | 74.94 | 202.52 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 207 | 0.76 | 0.70 | 0 | 0.19 | 235.41 | 0.62 | 0.5 |
| Hex | 32 | 3E | CF | 4C | 46 | 0 | 13 | EB | 3E | 32 |
| Octal | 62 | 76 | 317 | 114 | 106 | 0 | 23 | 353 | 76 | 62 |
| Binary | 110010 | 111110 | 11001111 | 1001100 | 1000110 | 0 | 10011 | 11101011 | 111110 | 110010 |
Color Harmonies of #323ECF
Complementary color
Monochromatic Colors of #323ECF
Black with #323ECF
Text Example
Text Example
White with #323ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323ECF; }
p { color: rgb(50,62,207); }
H1.HeaderClassName
{
color: #323ECF;
}
.AnyTagClassName
{
color: #323ECF;
}
</style>
background-color css
<style>
a { background-color: #323ECF; }
a { background-color: rgb(50,62,207); }
div.DivClassName
{
background-color: #323ECF;
}
.BgClassName
{
background-color: #323ECF;
}
</style>
border-color css
<style>
span { border-color: #323ECF; }
span { border-color: rgb(50,62,207); }
td.TdClassName
{
border-color: #323ECF;
}
.TagClassName
{
border-color: #323ECF;
}
</style>