Shades of Free Speech Blue #324AD4
Tints of Free Speech Blue #324AD4
RGB
CMYK
RGB Variations
Color information
#324AD4 (or 0x324AD4) is known color: Free Speech Blue. HEX triplet: 32, 4A and D4. RGB value is (50,74,212). Sum of RGB (Red+Green+Blue) = 50+74+212=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 212 (83.20% from 255 or 63.10% from 336); Max value from RGB is 212 - color contains mainly: blue. Hex color #324AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324AD4 is #CDB52B. Grayscale: #515151. Windows color (decimal): -13481260 or 13912626. OLE color: 13912626.
HSL color Cylindrical-coordinate representation of color #324AD4: hue angle of 231.11º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324AD4 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 74 | 212 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.17 |
| HSL | 231.11º | 0.65% | 0.51% | - |
| HSV(B) | 231.11º | 0.76% | 0.83% | - |
| XYZ | 15.65 | 10.33 | 63.46 | - |
| YUV | 82.56 | 201.05 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 212 | 0.76 | 0.65 | 0 | 0.17 | 231.11 | 0.65 | 0.51 |
| Hex | 32 | 4A | D4 | 4C | 41 | 0 | 11 | E7 | 41 | 33 |
| Octal | 62 | 112 | 324 | 114 | 101 | 0 | 21 | 347 | 101 | 63 |
| Binary | 110010 | 1001010 | 11010100 | 1001100 | 1000001 | 0 | 10001 | 11100111 | 1000001 | 110011 |
Color Harmonies of #324AD4
Complementary color
Monochromatic Colors of #324AD4
Black with #324AD4
Text Example
Text Example
White with #324AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AD4; }
p { color: rgb(50,74,212); }
H1.HeaderClassName
{
color: #324AD4;
}
.AnyTagClassName
{
color: #324AD4;
}
</style>
background-color css
<style>
a { background-color: #324AD4; }
a { background-color: rgb(50,74,212); }
div.DivClassName
{
background-color: #324AD4;
}
.BgClassName
{
background-color: #324AD4;
}
</style>
border-color css
<style>
span { border-color: #324AD4; }
span { border-color: rgb(50,74,212); }
td.TdClassName
{
border-color: #324AD4;
}
.TagClassName
{
border-color: #324AD4;
}
</style>