Shades of Free Speech Blue #325ECF
Tints of Free Speech Blue #325ECF
RGB
CMYK
RGB Variations
Color information
#325ECF (or 0x325ECF) is known color: Free Speech Blue. HEX triplet: 32, 5E and CF. RGB value is (50,94,207). Sum of RGB (Red+Green+Blue) = 50+94+207=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #325ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ECF is #CDA130. Grayscale: #5D5D5D. Windows color (decimal): -13476145 or 13590066. OLE color: 13590066.
HSL color Cylindrical-coordinate representation of color #325ECF: hue angle of 223.18º 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 #325ECF is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 94 | 207 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.19 |
| HSL | 223.18º | 0.62% | 0.5% | - |
| HSV(B) | 223.18º | 0.76% | 0.81% | - |
| XYZ | 16.58 | 13.19 | 60.7 | - |
| YUV | 93.73 | 191.92 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 207 | 0.76 | 0.55 | 0 | 0.19 | 223.18 | 0.62 | 0.5 |
| Hex | 32 | 5E | CF | 4C | 37 | 0 | 13 | DF | 3E | 32 |
| Octal | 62 | 136 | 317 | 114 | 67 | 0 | 23 | 337 | 76 | 62 |
| Binary | 110010 | 1011110 | 11001111 | 1001100 | 110111 | 0 | 10011 | 11011111 | 111110 | 110010 |
Color Harmonies of #325ECF
Complementary color
Monochromatic Colors of #325ECF
Black with #325ECF
Text Example
Text Example
White with #325ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325ECF; }
p { color: rgb(50,94,207); }
H1.HeaderClassName
{
color: #325ECF;
}
.AnyTagClassName
{
color: #325ECF;
}
</style>
background-color css
<style>
a { background-color: #325ECF; }
a { background-color: rgb(50,94,207); }
div.DivClassName
{
background-color: #325ECF;
}
.BgClassName
{
background-color: #325ECF;
}
</style>
border-color css
<style>
span { border-color: #325ECF; }
span { border-color: rgb(50,94,207); }
td.TdClassName
{
border-color: #325ECF;
}
.TagClassName
{
border-color: #325ECF;
}
</style>