Shades of Free Speech Blue #325AD3
Tints of Free Speech Blue #325AD3
RGB
CMYK
RGB Variations
Color information
#325AD3 (or 0x325AD3) is known color: Free Speech Blue. HEX triplet: 32, 5A and D3. RGB value is (50,90,211). Sum of RGB (Red+Green+Blue) = 50+90+211=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #325AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325AD3 is #CDA52C. Grayscale: #5B5B5B. Windows color (decimal): -13477165 or 13851186. OLE color: 13851186.
HSL color Cylindrical-coordinate representation of color #325AD3: hue angle of 225.09º 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 #325AD3 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 90 | 211 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.17 |
| HSL | 225.09º | 0.65% | 0.51% | - |
| HSV(B) | 225.09º | 0.76% | 0.83% | - |
| XYZ | 16.73 | 12.69 | 63.2 | - |
| YUV | 91.83 | 195.25 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 211 | 0.76 | 0.57 | 0 | 0.17 | 225.09 | 0.65 | 0.51 |
| Hex | 32 | 5A | D3 | 4C | 39 | 0 | 11 | E1 | 41 | 33 |
| Octal | 62 | 132 | 323 | 114 | 71 | 0 | 21 | 341 | 101 | 63 |
| Binary | 110010 | 1011010 | 11010011 | 1001100 | 111001 | 0 | 10001 | 11100001 | 1000001 | 110011 |
Color Harmonies of #325AD3
Complementary color
Monochromatic Colors of #325AD3
Black with #325AD3
Text Example
Text Example
White with #325AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325AD3; }
p { color: rgb(50,90,211); }
H1.HeaderClassName
{
color: #325AD3;
}
.AnyTagClassName
{
color: #325AD3;
}
</style>
background-color css
<style>
a { background-color: #325AD3; }
a { background-color: rgb(50,90,211); }
div.DivClassName
{
background-color: #325AD3;
}
.BgClassName
{
background-color: #325AD3;
}
</style>
border-color css
<style>
span { border-color: #325AD3; }
span { border-color: rgb(50,90,211); }
td.TdClassName
{
border-color: #325AD3;
}
.TagClassName
{
border-color: #325AD3;
}
</style>