Shades of Free Speech Blue #3F2FCD
Tints of Free Speech Blue #3F2FCD
RGB
CMYK
RGB Variations
Color information
#3F2FCD (or 0x3F2FCD) is known color: Free Speech Blue. HEX triplet: 3F, 2F and CD. RGB value is (63,47,205). Sum of RGB (Red+Green+Blue) = 63+47+205=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F2FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2FCD is #C0D032. Grayscale: #454545. Windows color (decimal): -12636211 or 13446975. OLE color: 13446975.
HSL color Cylindrical-coordinate representation of color #3F2FCD: hue angle of 246.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F2FCD is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 47 | 205 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.20 |
| HSL | 246.08º | 0.63% | 0.49% | - |
| HSV(B) | 246.08º | 0.77% | 0.8% | - |
| XYZ | 14.09 | 7.5 | 58.46 | - |
| YUV | 69.8 | 204.3 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 205 | 0.69 | 0.77 | 0 | 0.20 | 246.08 | 0.63 | 0.49 |
| Hex | 3F | 2F | CD | 45 | 4D | 0 | 14 | F6 | 3F | 31 |
| Octal | 77 | 57 | 315 | 105 | 115 | 0 | 24 | 366 | 77 | 61 |
| Binary | 111111 | 101111 | 11001101 | 1000101 | 1001101 | 0 | 10100 | 11110110 | 111111 | 110001 |
Color Harmonies of #3F2FCD
Complementary color
Monochromatic Colors of #3F2FCD
Black with #3F2FCD
Text Example
Text Example
White with #3F2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2FCD; }
p { color: rgb(63,47,205); }
H1.HeaderClassName
{
color: #3F2FCD;
}
.AnyTagClassName
{
color: #3F2FCD;
}
</style>
background-color css
<style>
a { background-color: #3F2FCD; }
a { background-color: rgb(63,47,205); }
div.DivClassName
{
background-color: #3F2FCD;
}
.BgClassName
{
background-color: #3F2FCD;
}
</style>
border-color css
<style>
span { border-color: #3F2FCD; }
span { border-color: rgb(63,47,205); }
td.TdClassName
{
border-color: #3F2FCD;
}
.TagClassName
{
border-color: #3F2FCD;
}
</style>