Shades of Free Speech Blue #3F59CE
Tints of Free Speech Blue #3F59CE
RGB
CMYK
RGB Variations
Color information
#3F59CE (or 0x3F59CE) is known color: Free Speech Blue. HEX triplet: 3F, 59 and CE. RGB value is (63,89,206). Sum of RGB (Red+Green+Blue) = 63+89+206=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F59CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F59CE is #C0A631. Grayscale: #5E5E5E. Windows color (decimal): -12625458 or 13523263. OLE color: 13523263.
HSL color Cylindrical-coordinate representation of color #3F59CE: hue angle of 229.09º 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 #3F59CE is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 89 | 206 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.19 |
| HSL | 229.09º | 0.59% | 0.53% | - |
| HSV(B) | 229.09º | 0.69% | 0.81% | - |
| XYZ | 16.76 | 12.66 | 59.95 | - |
| YUV | 94.56 | 190.89 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 206 | 0.69 | 0.57 | 0 | 0.19 | 229.09 | 0.59 | 0.53 |
| Hex | 3F | 59 | CE | 45 | 39 | 0 | 13 | E5 | 3B | 35 |
| Octal | 77 | 131 | 316 | 105 | 71 | 0 | 23 | 345 | 73 | 65 |
| Binary | 111111 | 1011001 | 11001110 | 1000101 | 111001 | 0 | 10011 | 11100101 | 111011 | 110101 |
Color Harmonies of #3F59CE
Complementary color
Monochromatic Colors of #3F59CE
Black with #3F59CE
Text Example
Text Example
White with #3F59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F59CE; }
p { color: rgb(63,89,206); }
H1.HeaderClassName
{
color: #3F59CE;
}
.AnyTagClassName
{
color: #3F59CE;
}
</style>
background-color css
<style>
a { background-color: #3F59CE; }
a { background-color: rgb(63,89,206); }
div.DivClassName
{
background-color: #3F59CE;
}
.BgClassName
{
background-color: #3F59CE;
}
</style>
border-color css
<style>
span { border-color: #3F59CE; }
span { border-color: rgb(63,89,206); }
td.TdClassName
{
border-color: #3F59CE;
}
.TagClassName
{
border-color: #3F59CE;
}
</style>