Shades of Free Speech Blue #325ACF
Tints of Free Speech Blue #325ACF
RGB
CMYK
RGB Variations
Color information
#325ACF (or 0x325ACF) is known color: Free Speech Blue. HEX triplet: 32, 5A and CF. RGB value is (50,90,207). Sum of RGB (Red+Green+Blue) = 50+90+207=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #325ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ACF is #CDA530. Grayscale: #5A5A5A. Windows color (decimal): -13477169 or 13589042. OLE color: 13589042.
HSL color Cylindrical-coordinate representation of color #325ACF: hue angle of 224.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325ACF is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 90 | 207 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.19 |
| HSL | 224.71º | 0.62% | 0.5% | - |
| HSV(B) | 224.71º | 0.76% | 0.81% | - |
| XYZ | 16.23 | 12.5 | 60.59 | - |
| YUV | 91.38 | 193.25 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 207 | 0.76 | 0.57 | 0 | 0.19 | 224.71 | 0.62 | 0.5 |
| Hex | 32 | 5A | CF | 4C | 39 | 0 | 13 | E1 | 3E | 32 |
| Octal | 62 | 132 | 317 | 114 | 71 | 0 | 23 | 341 | 76 | 62 |
| Binary | 110010 | 1011010 | 11001111 | 1001100 | 111001 | 0 | 10011 | 11100001 | 111110 | 110010 |
Color Harmonies of #325ACF
Complementary color
Monochromatic Colors of #325ACF
Black with #325ACF
Text Example
Text Example
White with #325ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325ACF; }
p { color: rgb(50,90,207); }
H1.HeaderClassName
{
color: #325ACF;
}
.AnyTagClassName
{
color: #325ACF;
}
</style>
background-color css
<style>
a { background-color: #325ACF; }
a { background-color: rgb(50,90,207); }
div.DivClassName
{
background-color: #325ACF;
}
.BgClassName
{
background-color: #325ACF;
}
</style>
border-color css
<style>
span { border-color: #325ACF; }
span { border-color: rgb(50,90,207); }
td.TdClassName
{
border-color: #325ACF;
}
.TagClassName
{
border-color: #325ACF;
}
</style>