Shades of Free Speech Blue #324DD6
Tints of Free Speech Blue #324DD6
RGB
CMYK
RGB Variations
Color information
#324DD6 (or 0x324DD6) is known color: Free Speech Blue. HEX triplet: 32, 4D and D6. RGB value is (50,77,214). Sum of RGB (Red+Green+Blue) = 50+77+214=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 214 (83.98% from 255 or 62.76% from 341); Max value from RGB is 214 - color contains mainly: blue. Hex color #324DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DD6 is #CDB229. Grayscale: #535353. Windows color (decimal): -13480490 or 14044466. OLE color: 14044466.
HSL color Cylindrical-coordinate representation of color #324DD6: hue angle of 230.12º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324DD6 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 77 | 214 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.16 |
| HSL | 230.12º | 0.67% | 0.52% | - |
| HSV(B) | 230.12º | 0.77% | 0.84% | - |
| XYZ | 16.11 | 10.84 | 64.86 | - |
| YUV | 84.55 | 201.05 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 214 | 0.77 | 0.64 | 0 | 0.16 | 230.12 | 0.67 | 0.52 |
| Hex | 32 | 4D | D6 | 4D | 40 | 0 | 10 | E6 | 43 | 34 |
| Octal | 62 | 115 | 326 | 115 | 100 | 0 | 20 | 346 | 103 | 64 |
| Binary | 110010 | 1001101 | 11010110 | 1001101 | 1000000 | 0 | 10000 | 11100110 | 1000011 | 110100 |
Color Harmonies of #324DD6
Complementary color
Monochromatic Colors of #324DD6
Black with #324DD6
Text Example
Text Example
White with #324DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DD6; }
p { color: rgb(50,77,214); }
H1.HeaderClassName
{
color: #324DD6;
}
.AnyTagClassName
{
color: #324DD6;
}
</style>
background-color css
<style>
a { background-color: #324DD6; }
a { background-color: rgb(50,77,214); }
div.DivClassName
{
background-color: #324DD6;
}
.BgClassName
{
background-color: #324DD6;
}
</style>
border-color css
<style>
span { border-color: #324DD6; }
span { border-color: rgb(50,77,214); }
td.TdClassName
{
border-color: #324DD6;
}
.TagClassName
{
border-color: #324DD6;
}
</style>