Shades of Free Speech Blue #324ACC
Tints of Free Speech Blue #324ACC
RGB
CMYK
RGB Variations
Color information
#324ACC (or 0x324ACC) is known color: Free Speech Blue. HEX triplet: 32, 4A and CC. RGB value is (50,74,204). Sum of RGB (Red+Green+Blue) = 50+74+204=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #324ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324ACC is #CDB533. Grayscale: #515151. Windows color (decimal): -13481268 or 13388338. OLE color: 13388338.
HSL color Cylindrical-coordinate representation of color #324ACC: hue angle of 230.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324ACC is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 74 | 204 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.2 |
| HSL | 230.65º | 0.61% | 0.5% | - |
| HSV(B) | 230.65º | 0.75% | 0.8% | - |
| XYZ | 14.66 | 9.94 | 58.27 | - |
| YUV | 81.64 | 197.05 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 204 | 0.75 | 0.64 | 0 | 0.2 | 230.65 | 0.61 | 0.5 |
| Hex | 32 | 4A | CC | 4B | 40 | 0 | 14 | E7 | 3D | 32 |
| Octal | 62 | 112 | 314 | 113 | 100 | 0 | 24 | 347 | 75 | 62 |
| Binary | 110010 | 1001010 | 11001100 | 1001011 | 1000000 | 0 | 10100 | 11100111 | 111101 | 110010 |
Color Harmonies of #324ACC
Complementary color
Monochromatic Colors of #324ACC
Black with #324ACC
Text Example
Text Example
White with #324ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324ACC; }
p { color: rgb(50,74,204); }
H1.HeaderClassName
{
color: #324ACC;
}
.AnyTagClassName
{
color: #324ACC;
}
</style>
background-color css
<style>
a { background-color: #324ACC; }
a { background-color: rgb(50,74,204); }
div.DivClassName
{
background-color: #324ACC;
}
.BgClassName
{
background-color: #324ACC;
}
</style>
border-color css
<style>
span { border-color: #324ACC; }
span { border-color: rgb(50,74,204); }
td.TdClassName
{
border-color: #324ACC;
}
.TagClassName
{
border-color: #324ACC;
}
</style>