Shades of Free Speech Blue #325DCF
Tints of Free Speech Blue #325DCF
RGB
CMYK
RGB Variations
Color information
#325DCF (or 0x325DCF) is known color: Free Speech Blue. HEX triplet: 32, 5D and CF. RGB value is (50,93,207). Sum of RGB (Red+Green+Blue) = 50+93+207=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #325DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DCF is #CDA230. Grayscale: #5C5C5C. Windows color (decimal): -13476401 or 13589810. OLE color: 13589810.
HSL color Cylindrical-coordinate representation of color #325DCF: hue angle of 223.57º 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 #325DCF is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 93 | 207 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.19 |
| HSL | 223.57º | 0.62% | 0.5% | - |
| HSV(B) | 223.57º | 0.76% | 0.81% | - |
| XYZ | 16.49 | 13.01 | 60.67 | - |
| YUV | 93.14 | 192.25 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 207 | 0.76 | 0.55 | 0 | 0.19 | 223.57 | 0.62 | 0.5 |
| Hex | 32 | 5D | CF | 4C | 37 | 0 | 13 | E0 | 3E | 32 |
| Octal | 62 | 135 | 317 | 114 | 67 | 0 | 23 | 340 | 76 | 62 |
| Binary | 110010 | 1011101 | 11001111 | 1001100 | 110111 | 0 | 10011 | 11100000 | 111110 | 110010 |
Color Harmonies of #325DCF
Complementary color
Monochromatic Colors of #325DCF
Black with #325DCF
Text Example
Text Example
White with #325DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DCF; }
p { color: rgb(50,93,207); }
H1.HeaderClassName
{
color: #325DCF;
}
.AnyTagClassName
{
color: #325DCF;
}
</style>
background-color css
<style>
a { background-color: #325DCF; }
a { background-color: rgb(50,93,207); }
div.DivClassName
{
background-color: #325DCF;
}
.BgClassName
{
background-color: #325DCF;
}
</style>
border-color css
<style>
span { border-color: #325DCF; }
span { border-color: rgb(50,93,207); }
td.TdClassName
{
border-color: #325DCF;
}
.TagClassName
{
border-color: #325DCF;
}
</style>