Shades of Free Speech Blue #3F5ECE
Tints of Free Speech Blue #3F5ECE
RGB
CMYK
RGB Variations
Color information
#3F5ECE (or 0x3F5ECE) is known color: Free Speech Blue. HEX triplet: 3F, 5E and CE. RGB value is (63,94,206). Sum of RGB (Red+Green+Blue) = 63+94+206=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F5ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5ECE is #C0A131. Grayscale: #616161. Windows color (decimal): -12624178 or 13524543. OLE color: 13524543.
HSL color Cylindrical-coordinate representation of color #3F5ECE: hue angle of 226.99º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F5ECE is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 94 | 206 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.19 |
| HSL | 226.99º | 0.59% | 0.53% | - |
| HSV(B) | 226.99º | 0.69% | 0.81% | - |
| XYZ | 17.19 | 13.52 | 60.1 | - |
| YUV | 97.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 206 | 0.69 | 0.54 | 0 | 0.19 | 226.99 | 0.59 | 0.53 |
| Hex | 3F | 5E | CE | 45 | 36 | 0 | 13 | E3 | 3B | 35 |
| Octal | 77 | 136 | 316 | 105 | 66 | 0 | 23 | 343 | 73 | 65 |
| Binary | 111111 | 1011110 | 11001110 | 1000101 | 110110 | 0 | 10011 | 11100011 | 111011 | 110101 |
Color Harmonies of #3F5ECE
Complementary color
Monochromatic Colors of #3F5ECE
Black with #3F5ECE
Text Example
Text Example
White with #3F5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5ECE; }
p { color: rgb(63,94,206); }
H1.HeaderClassName
{
color: #3F5ECE;
}
.AnyTagClassName
{
color: #3F5ECE;
}
</style>
background-color css
<style>
a { background-color: #3F5ECE; }
a { background-color: rgb(63,94,206); }
div.DivClassName
{
background-color: #3F5ECE;
}
.BgClassName
{
background-color: #3F5ECE;
}
</style>
border-color css
<style>
span { border-color: #3F5ECE; }
span { border-color: rgb(63,94,206); }
td.TdClassName
{
border-color: #3F5ECE;
}
.TagClassName
{
border-color: #3F5ECE;
}
</style>