Shades of Free Speech Blue #325CD2
Tints of Free Speech Blue #325CD2
RGB
CMYK
RGB Variations
Color information
#325CD2 (or 0x325CD2) is known color: Free Speech Blue. HEX triplet: 32, 5C and D2. RGB value is (50,92,210). Sum of RGB (Red+Green+Blue) = 50+92+210=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 210 (82.42% from 255 or 59.66% from 352); Max value from RGB is 210 - color contains mainly: blue. Hex color #325CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CD2 is #CDA32D. Grayscale: #5C5C5C. Windows color (decimal): -13476654 or 13786162. OLE color: 13786162.
HSL color Cylindrical-coordinate representation of color #325CD2: hue angle of 224.25º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325CD2 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 92 | 210 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.18 |
| HSL | 224.25º | 0.64% | 0.51% | - |
| HSV(B) | 224.25º | 0.76% | 0.82% | - |
| XYZ | 16.78 | 12.99 | 62.6 | - |
| YUV | 92.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 210 | 0.76 | 0.56 | 0 | 0.18 | 224.25 | 0.64 | 0.51 |
| Hex | 32 | 5C | D2 | 4C | 38 | 0 | 12 | E0 | 40 | 33 |
| Octal | 62 | 134 | 322 | 114 | 70 | 0 | 22 | 340 | 100 | 63 |
| Binary | 110010 | 1011100 | 11010010 | 1001100 | 111000 | 0 | 10010 | 11100000 | 1000000 | 110011 |
Color Harmonies of #325CD2
Complementary color
Monochromatic Colors of #325CD2
Black with #325CD2
Text Example
Text Example
White with #325CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CD2; }
p { color: rgb(50,92,210); }
H1.HeaderClassName
{
color: #325CD2;
}
.AnyTagClassName
{
color: #325CD2;
}
</style>
background-color css
<style>
a { background-color: #325CD2; }
a { background-color: rgb(50,92,210); }
div.DivClassName
{
background-color: #325CD2;
}
.BgClassName
{
background-color: #325CD2;
}
</style>
border-color css
<style>
span { border-color: #325CD2; }
span { border-color: rgb(50,92,210); }
td.TdClassName
{
border-color: #325CD2;
}
.TagClassName
{
border-color: #325CD2;
}
</style>