Shades of Free Speech Blue #324AD1
Tints of Free Speech Blue #324AD1
RGB
CMYK
RGB Variations
Color information
#324AD1 (or 0x324AD1) is known color: Free Speech Blue. HEX triplet: 32, 4A and D1. RGB value is (50,74,209). Sum of RGB (Red+Green+Blue) = 50+74+209=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 209 (82.03% from 255 or 62.76% from 333); Max value from RGB is 209 - color contains mainly: blue. Hex color #324AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324AD1 is #CDB52E. Grayscale: #515151. Windows color (decimal): -13481263 or 13716018. OLE color: 13716018.
HSL color Cylindrical-coordinate representation of color #324AD1: hue angle of 230.94º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324AD1 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 74 | 209 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.18 |
| HSL | 230.94º | 0.63% | 0.51% | - |
| HSV(B) | 230.94º | 0.76% | 0.82% | - |
| XYZ | 15.27 | 10.18 | 61.48 | - |
| YUV | 82.21 | 199.55 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 209 | 0.76 | 0.65 | 0 | 0.18 | 230.94 | 0.63 | 0.51 |
| Hex | 32 | 4A | D1 | 4C | 41 | 0 | 12 | E7 | 3F | 33 |
| Octal | 62 | 112 | 321 | 114 | 101 | 0 | 22 | 347 | 77 | 63 |
| Binary | 110010 | 1001010 | 11010001 | 1001100 | 1000001 | 0 | 10010 | 11100111 | 111111 | 110011 |
Color Harmonies of #324AD1
Complementary color
Monochromatic Colors of #324AD1
Black with #324AD1
Text Example
Text Example
White with #324AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AD1; }
p { color: rgb(50,74,209); }
H1.HeaderClassName
{
color: #324AD1;
}
.AnyTagClassName
{
color: #324AD1;
}
</style>
background-color css
<style>
a { background-color: #324AD1; }
a { background-color: rgb(50,74,209); }
div.DivClassName
{
background-color: #324AD1;
}
.BgClassName
{
background-color: #324AD1;
}
</style>
border-color css
<style>
span { border-color: #324AD1; }
span { border-color: rgb(50,74,209); }
td.TdClassName
{
border-color: #324AD1;
}
.TagClassName
{
border-color: #324AD1;
}
</style>