Shades of Free Speech Blue #324ECE
Tints of Free Speech Blue #324ECE
RGB
CMYK
RGB Variations
Color information
#324ECE (or 0x324ECE) is known color: Free Speech Blue. HEX triplet: 32, 4E and CE. RGB value is (50,78,206). Sum of RGB (Red+Green+Blue) = 50+78+206=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #324ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324ECE is #CDB131. Grayscale: #535353. Windows color (decimal): -13480242 or 13520434. OLE color: 13520434.
HSL color Cylindrical-coordinate representation of color #324ECE: hue angle of 229.23º 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 #324ECE is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 78 | 206 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.19 |
| HSL | 229.23º | 0.61% | 0.5% | - |
| HSV(B) | 229.23º | 0.76% | 0.81% | - |
| XYZ | 15.18 | 10.58 | 59.64 | - |
| YUV | 84.22 | 196.72 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 206 | 0.76 | 0.62 | 0 | 0.19 | 229.23 | 0.61 | 0.5 |
| Hex | 32 | 4E | CE | 4C | 3E | 0 | 13 | E5 | 3D | 32 |
| Octal | 62 | 116 | 316 | 114 | 76 | 0 | 23 | 345 | 75 | 62 |
| Binary | 110010 | 1001110 | 11001110 | 1001100 | 111110 | 0 | 10011 | 11100101 | 111101 | 110010 |
Color Harmonies of #324ECE
Complementary color
Monochromatic Colors of #324ECE
Black with #324ECE
Text Example
Text Example
White with #324ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324ECE; }
p { color: rgb(50,78,206); }
H1.HeaderClassName
{
color: #324ECE;
}
.AnyTagClassName
{
color: #324ECE;
}
</style>
background-color css
<style>
a { background-color: #324ECE; }
a { background-color: rgb(50,78,206); }
div.DivClassName
{
background-color: #324ECE;
}
.BgClassName
{
background-color: #324ECE;
}
</style>
border-color css
<style>
span { border-color: #324ECE; }
span { border-color: rgb(50,78,206); }
td.TdClassName
{
border-color: #324ECE;
}
.TagClassName
{
border-color: #324ECE;
}
</style>