Shades of Free Speech Blue #323ECE
Tints of Free Speech Blue #323ECE
RGB
CMYK
RGB Variations
Color information
#323ECE (or 0x323ECE) is known color: Free Speech Blue. HEX triplet: 32, 3E and CE. RGB value is (50,62,206). Sum of RGB (Red+Green+Blue) = 50+62+206=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #323ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ECE is #CDC131. Grayscale: #4A4A4A. Windows color (decimal): -13484338 or 13516338. OLE color: 13516338.
HSL color Cylindrical-coordinate representation of color #323ECE: hue angle of 235.38º degrees, saturation: 0.61, 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 #323ECE is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 62 | 206 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.19 |
| HSL | 235.38º | 0.61% | 0.5% | - |
| HSV(B) | 235.38º | 0.76% | 0.81% | - |
| XYZ | 14.18 | 8.58 | 59.3 | - |
| YUV | 74.83 | 202.02 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 206 | 0.76 | 0.70 | 0 | 0.19 | 235.38 | 0.61 | 0.5 |
| Hex | 32 | 3E | CE | 4C | 46 | 0 | 13 | EB | 3D | 32 |
| Octal | 62 | 76 | 316 | 114 | 106 | 0 | 23 | 353 | 75 | 62 |
| Binary | 110010 | 111110 | 11001110 | 1001100 | 1000110 | 0 | 10011 | 11101011 | 111101 | 110010 |
Color Harmonies of #323ECE
Complementary color
Monochromatic Colors of #323ECE
Black with #323ECE
Text Example
Text Example
White with #323ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323ECE; }
p { color: rgb(50,62,206); }
H1.HeaderClassName
{
color: #323ECE;
}
.AnyTagClassName
{
color: #323ECE;
}
</style>
background-color css
<style>
a { background-color: #323ECE; }
a { background-color: rgb(50,62,206); }
div.DivClassName
{
background-color: #323ECE;
}
.BgClassName
{
background-color: #323ECE;
}
</style>
border-color css
<style>
span { border-color: #323ECE; }
span { border-color: rgb(50,62,206); }
td.TdClassName
{
border-color: #323ECE;
}
.TagClassName
{
border-color: #323ECE;
}
</style>