Shades of Free Speech Blue #3F5ECD
Tints of Free Speech Blue #3F5ECD
RGB
CMYK
RGB Variations
Color information
#3F5ECD (or 0x3F5ECD) is known color: Free Speech Blue. HEX triplet: 3F, 5E and CD. RGB value is (63,94,205). Sum of RGB (Red+Green+Blue) = 63+94+205=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F5ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5ECD is #C0A132. Grayscale: #606060. Windows color (decimal): -12624179 or 13459007. OLE color: 13459007.
HSL color Cylindrical-coordinate representation of color #3F5ECD: hue angle of 226.9º 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 #3F5ECD is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 94 | 205 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.20 |
| HSL | 226.9º | 0.59% | 0.53% | - |
| HSV(B) | 226.9º | 0.69% | 0.8% | - |
| XYZ | 17.07 | 13.47 | 59.46 | - |
| YUV | 97.39 | 188.73 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 205 | 0.69 | 0.54 | 0 | 0.20 | 226.9 | 0.59 | 0.53 |
| Hex | 3F | 5E | CD | 45 | 36 | 0 | 14 | E3 | 3B | 35 |
| Octal | 77 | 136 | 315 | 105 | 66 | 0 | 24 | 343 | 73 | 65 |
| Binary | 111111 | 1011110 | 11001101 | 1000101 | 110110 | 0 | 10100 | 11100011 | 111011 | 110101 |
Color Harmonies of #3F5ECD
Complementary color
Monochromatic Colors of #3F5ECD
Black with #3F5ECD
Text Example
Text Example
White with #3F5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5ECD; }
p { color: rgb(63,94,205); }
H1.HeaderClassName
{
color: #3F5ECD;
}
.AnyTagClassName
{
color: #3F5ECD;
}
</style>
background-color css
<style>
a { background-color: #3F5ECD; }
a { background-color: rgb(63,94,205); }
div.DivClassName
{
background-color: #3F5ECD;
}
.BgClassName
{
background-color: #3F5ECD;
}
</style>
border-color css
<style>
span { border-color: #3F5ECD; }
span { border-color: rgb(63,94,205); }
td.TdClassName
{
border-color: #3F5ECD;
}
.TagClassName
{
border-color: #3F5ECD;
}
</style>