Shades of Free Speech Blue #324CDF
Tints of Free Speech Blue #324CDF
RGB
CMYK
RGB Variations
Color information
#324CDF (or 0x324CDF) is known color: Free Speech Blue. HEX triplet: 32, 4C and DF. RGB value is (50,76,223). Sum of RGB (Red+Green+Blue) = 50+76+223=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #324CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CDF is #CDB320. Grayscale: #545454. Windows color (decimal): -13480737 or 14634034. OLE color: 14634034.
HSL color Cylindrical-coordinate representation of color #324CDF: hue angle of 230.98º 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 #324CDF is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 76 | 223 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.13 |
| HSL | 230.98º | 0.73% | 0.54% | - |
| HSV(B) | 230.98º | 0.78% | 0.87% | - |
| XYZ | 17.22 | 11.17 | 71.06 | - |
| YUV | 84.98 | 205.89 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 223 | 0.78 | 0.66 | 0 | 0.13 | 230.98 | 0.73 | 0.54 |
| Hex | 32 | 4C | DF | 4E | 42 | 0 | D | E7 | 49 | 36 |
| Octal | 62 | 114 | 337 | 116 | 102 | 0 | 15 | 347 | 111 | 66 |
| Binary | 110010 | 1001100 | 11011111 | 1001110 | 1000010 | 0 | 1101 | 11100111 | 1001001 | 110110 |
Color Harmonies of #324CDF
Complementary color
Monochromatic Colors of #324CDF
Black with #324CDF
Text Example
Text Example
White with #324CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324CDF; }
p { color: rgb(50,76,223); }
H1.HeaderClassName
{
color: #324CDF;
}
.AnyTagClassName
{
color: #324CDF;
}
</style>
background-color css
<style>
a { background-color: #324CDF; }
a { background-color: rgb(50,76,223); }
div.DivClassName
{
background-color: #324CDF;
}
.BgClassName
{
background-color: #324CDF;
}
</style>
border-color css
<style>
span { border-color: #324CDF; }
span { border-color: rgb(50,76,223); }
td.TdClassName
{
border-color: #324CDF;
}
.TagClassName
{
border-color: #324CDF;
}
</style>