Shades of Free Speech Blue #324ADE
Tints of Free Speech Blue #324ADE
RGB
CMYK
RGB Variations
Color information
#324ADE (or 0x324ADE) is known color: Free Speech Blue. HEX triplet: 32, 4A and DE. RGB value is (50,74,222). Sum of RGB (Red+Green+Blue) = 50+74+222=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #324ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324ADE is #CDB521. Grayscale: #535353. Windows color (decimal): -13481250 or 14567986. OLE color: 14567986.
HSL color Cylindrical-coordinate representation of color #324ADE: hue angle of 231.63º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324ADE is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 74 | 222 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.13 |
| HSL | 231.63º | 0.72% | 0.53% | - |
| HSV(B) | 231.63º | 0.77% | 0.87% | - |
| XYZ | 16.95 | 10.85 | 70.31 | - |
| YUV | 83.7 | 206.05 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 222 | 0.77 | 0.67 | 0 | 0.13 | 231.63 | 0.72 | 0.53 |
| Hex | 32 | 4A | DE | 4D | 43 | 0 | D | E8 | 48 | 35 |
| Octal | 62 | 112 | 336 | 115 | 103 | 0 | 15 | 350 | 110 | 65 |
| Binary | 110010 | 1001010 | 11011110 | 1001101 | 1000011 | 0 | 1101 | 11101000 | 1001000 | 110101 |
Color Harmonies of #324ADE
Complementary color
Monochromatic Colors of #324ADE
Black with #324ADE
Text Example
Text Example
White with #324ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324ADE; }
p { color: rgb(50,74,222); }
H1.HeaderClassName
{
color: #324ADE;
}
.AnyTagClassName
{
color: #324ADE;
}
</style>
background-color css
<style>
a { background-color: #324ADE; }
a { background-color: rgb(50,74,222); }
div.DivClassName
{
background-color: #324ADE;
}
.BgClassName
{
background-color: #324ADE;
}
</style>
border-color css
<style>
span { border-color: #324ADE; }
span { border-color: rgb(50,74,222); }
td.TdClassName
{
border-color: #324ADE;
}
.TagClassName
{
border-color: #324ADE;
}
</style>