Shades of Free Speech Blue #3F54CE
Tints of Free Speech Blue #3F54CE
RGB
CMYK
RGB Variations
Color information
#3F54CE (or 0x3F54CE) is known color: Free Speech Blue. HEX triplet: 3F, 54 and CE. RGB value is (63,84,206). Sum of RGB (Red+Green+Blue) = 63+84+206=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F54CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F54CE is #C0AB31. Grayscale: #5B5B5B. Windows color (decimal): -12626738 or 13521983. OLE color: 13521983.
HSL color Cylindrical-coordinate representation of color #3F54CE: hue angle of 231.19º 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 #3F54CE is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 84 | 206 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.19 |
| HSL | 231.19º | 0.59% | 0.53% | - |
| HSV(B) | 231.19º | 0.69% | 0.81% | - |
| XYZ | 16.36 | 11.85 | 59.82 | - |
| YUV | 91.63 | 192.54 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 206 | 0.69 | 0.59 | 0 | 0.19 | 231.19 | 0.59 | 0.53 |
| Hex | 3F | 54 | CE | 45 | 3B | 0 | 13 | E7 | 3B | 35 |
| Octal | 77 | 124 | 316 | 105 | 73 | 0 | 23 | 347 | 73 | 65 |
| Binary | 111111 | 1010100 | 11001110 | 1000101 | 111011 | 0 | 10011 | 11100111 | 111011 | 110101 |
Color Harmonies of #3F54CE
Complementary color
Monochromatic Colors of #3F54CE
Black with #3F54CE
Text Example
Text Example
White with #3F54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F54CE; }
p { color: rgb(63,84,206); }
H1.HeaderClassName
{
color: #3F54CE;
}
.AnyTagClassName
{
color: #3F54CE;
}
</style>
background-color css
<style>
a { background-color: #3F54CE; }
a { background-color: rgb(63,84,206); }
div.DivClassName
{
background-color: #3F54CE;
}
.BgClassName
{
background-color: #3F54CE;
}
</style>
border-color css
<style>
span { border-color: #3F54CE; }
span { border-color: rgb(63,84,206); }
td.TdClassName
{
border-color: #3F54CE;
}
.TagClassName
{
border-color: #3F54CE;
}
</style>