Shades of Free Speech Blue #325AD4
Tints of Free Speech Blue #325AD4
RGB
CMYK
RGB Variations
Color information
#325AD4 (or 0x325AD4) is known color: Free Speech Blue. HEX triplet: 32, 5A and D4. RGB value is (50,90,212). Sum of RGB (Red+Green+Blue) = 50+90+212=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 212 (83.20% from 255 or 60.23% from 352); Max value from RGB is 212 - color contains mainly: blue. Hex color #325AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325AD4 is #CDA52B. Grayscale: #5B5B5B. Windows color (decimal): -13477164 or 13916722. OLE color: 13916722.
HSL color Cylindrical-coordinate representation of color #325AD4: hue angle of 225.19º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325AD4 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 90 | 212 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.17 |
| HSL | 225.19º | 0.65% | 0.51% | - |
| HSV(B) | 225.19º | 0.76% | 0.83% | - |
| XYZ | 16.86 | 12.74 | 63.86 | - |
| YUV | 91.95 | 195.75 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 212 | 0.76 | 0.58 | 0 | 0.17 | 225.19 | 0.65 | 0.51 |
| Hex | 32 | 5A | D4 | 4C | 3A | 0 | 11 | E1 | 41 | 33 |
| Octal | 62 | 132 | 324 | 114 | 72 | 0 | 21 | 341 | 101 | 63 |
| Binary | 110010 | 1011010 | 11010100 | 1001100 | 111010 | 0 | 10001 | 11100001 | 1000001 | 110011 |
Color Harmonies of #325AD4
Complementary color
Monochromatic Colors of #325AD4
Black with #325AD4
Text Example
Text Example
White with #325AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325AD4; }
p { color: rgb(50,90,212); }
H1.HeaderClassName
{
color: #325AD4;
}
.AnyTagClassName
{
color: #325AD4;
}
</style>
background-color css
<style>
a { background-color: #325AD4; }
a { background-color: rgb(50,90,212); }
div.DivClassName
{
background-color: #325AD4;
}
.BgClassName
{
background-color: #325AD4;
}
</style>
border-color css
<style>
span { border-color: #325AD4; }
span { border-color: rgb(50,90,212); }
td.TdClassName
{
border-color: #325AD4;
}
.TagClassName
{
border-color: #325AD4;
}
</style>