Shades of Free Speech Blue #324EDF
Tints of Free Speech Blue #324EDF
RGB
CMYK
RGB Variations
Color information
#324EDF (or 0x324EDF) is known color: Free Speech Blue. HEX triplet: 32, 4E and DF. RGB value is (50,78,223). Sum of RGB (Red+Green+Blue) = 50+78+223=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #324EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EDF is #CDB120. Grayscale: #555555. Windows color (decimal): -13480225 or 14634546. OLE color: 14634546.
HSL color Cylindrical-coordinate representation of color #324EDF: hue angle of 230.29º 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 #324EDF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 78 | 223 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.13 |
| HSL | 230.29º | 0.73% | 0.54% | - |
| HSV(B) | 230.29º | 0.78% | 0.87% | - |
| XYZ | 17.36 | 11.45 | 71.11 | - |
| YUV | 86.16 | 205.22 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 223 | 0.78 | 0.65 | 0 | 0.13 | 230.29 | 0.73 | 0.54 |
| Hex | 32 | 4E | DF | 4E | 41 | 0 | D | E6 | 49 | 36 |
| Octal | 62 | 116 | 337 | 116 | 101 | 0 | 15 | 346 | 111 | 66 |
| Binary | 110010 | 1001110 | 11011111 | 1001110 | 1000001 | 0 | 1101 | 11100110 | 1001001 | 110110 |
Color Harmonies of #324EDF
Complementary color
Monochromatic Colors of #324EDF
Black with #324EDF
Text Example
Text Example
White with #324EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EDF; }
p { color: rgb(50,78,223); }
H1.HeaderClassName
{
color: #324EDF;
}
.AnyTagClassName
{
color: #324EDF;
}
</style>
background-color css
<style>
a { background-color: #324EDF; }
a { background-color: rgb(50,78,223); }
div.DivClassName
{
background-color: #324EDF;
}
.BgClassName
{
background-color: #324EDF;
}
</style>
border-color css
<style>
span { border-color: #324EDF; }
span { border-color: rgb(50,78,223); }
td.TdClassName
{
border-color: #324EDF;
}
.TagClassName
{
border-color: #324EDF;
}
</style>