Shades of Free Speech Blue #324DD5
Tints of Free Speech Blue #324DD5
RGB
CMYK
RGB Variations
Color information
#324DD5 (or 0x324DD5) is known color: Free Speech Blue. HEX triplet: 32, 4D and D5. RGB value is (50,77,213). Sum of RGB (Red+Green+Blue) = 50+77+213=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 213 (83.59% from 255 or 62.65% from 340); Max value from RGB is 213 - color contains mainly: blue. Hex color #324DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DD5 is #CDB22A. Grayscale: #535353. Windows color (decimal): -13480491 or 13978930. OLE color: 13978930.
HSL color Cylindrical-coordinate representation of color #324DD5: hue angle of 230.06º degrees, saturation: 0.66, 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 #324DD5 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 77 | 213 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.16 |
| HSL | 230.06º | 0.66% | 0.52% | - |
| HSV(B) | 230.06º | 0.77% | 0.84% | - |
| XYZ | 15.98 | 10.79 | 64.19 | - |
| YUV | 84.43 | 200.55 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 213 | 0.77 | 0.64 | 0 | 0.16 | 230.06 | 0.66 | 0.52 |
| Hex | 32 | 4D | D5 | 4D | 40 | 0 | 10 | E6 | 42 | 34 |
| Octal | 62 | 115 | 325 | 115 | 100 | 0 | 20 | 346 | 102 | 64 |
| Binary | 110010 | 1001101 | 11010101 | 1001101 | 1000000 | 0 | 10000 | 11100110 | 1000010 | 110100 |
Color Harmonies of #324DD5
Complementary color
Monochromatic Colors of #324DD5
Black with #324DD5
Text Example
Text Example
White with #324DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DD5; }
p { color: rgb(50,77,213); }
H1.HeaderClassName
{
color: #324DD5;
}
.AnyTagClassName
{
color: #324DD5;
}
</style>
background-color css
<style>
a { background-color: #324DD5; }
a { background-color: rgb(50,77,213); }
div.DivClassName
{
background-color: #324DD5;
}
.BgClassName
{
background-color: #324DD5;
}
</style>
border-color css
<style>
span { border-color: #324DD5; }
span { border-color: rgb(50,77,213); }
td.TdClassName
{
border-color: #324DD5;
}
.TagClassName
{
border-color: #324DD5;
}
</style>