Shades of Free Speech Blue #3F5FCD
Tints of Free Speech Blue #3F5FCD
RGB
CMYK
RGB Variations
Color information
#3F5FCD (or 0x3F5FCD) is known color: Free Speech Blue. HEX triplet: 3F, 5F and CD. RGB value is (63,95,205). Sum of RGB (Red+Green+Blue) = 63+95+205=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F5FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5FCD is #C0A032. Grayscale: #616161. Windows color (decimal): -12623923 or 13459263. OLE color: 13459263.
HSL color Cylindrical-coordinate representation of color #3F5FCD: hue angle of 226.48º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F5FCD is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 95 | 205 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.20 |
| HSL | 226.48º | 0.59% | 0.53% | - |
| HSV(B) | 226.48º | 0.69% | 0.8% | - |
| XYZ | 17.16 | 13.65 | 59.49 | - |
| YUV | 97.97 | 188.4 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 205 | 0.69 | 0.54 | 0 | 0.20 | 226.48 | 0.59 | 0.53 |
| Hex | 3F | 5F | CD | 45 | 36 | 0 | 14 | E2 | 3B | 35 |
| Octal | 77 | 137 | 315 | 105 | 66 | 0 | 24 | 342 | 73 | 65 |
| Binary | 111111 | 1011111 | 11001101 | 1000101 | 110110 | 0 | 10100 | 11100010 | 111011 | 110101 |
Color Harmonies of #3F5FCD
Complementary color
Monochromatic Colors of #3F5FCD
Black with #3F5FCD
Text Example
Text Example
White with #3F5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5FCD; }
p { color: rgb(63,95,205); }
H1.HeaderClassName
{
color: #3F5FCD;
}
.AnyTagClassName
{
color: #3F5FCD;
}
</style>
background-color css
<style>
a { background-color: #3F5FCD; }
a { background-color: rgb(63,95,205); }
div.DivClassName
{
background-color: #3F5FCD;
}
.BgClassName
{
background-color: #3F5FCD;
}
</style>
border-color css
<style>
span { border-color: #3F5FCD; }
span { border-color: rgb(63,95,205); }
td.TdClassName
{
border-color: #3F5FCD;
}
.TagClassName
{
border-color: #3F5FCD;
}
</style>