Shades of Free Speech Blue #3F5BCE
Tints of Free Speech Blue #3F5BCE
RGB
CMYK
RGB Variations
Color information
#3F5BCE (or 0x3F5BCE) is known color: Free Speech Blue. HEX triplet: 3F, 5B and CE. RGB value is (63,91,206). Sum of RGB (Red+Green+Blue) = 63+91+206=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F5BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5BCE is #C0A431. Grayscale: #5F5F5F. Windows color (decimal): -12624946 or 13523775. OLE color: 13523775.
HSL color Cylindrical-coordinate representation of color #3F5BCE: hue angle of 228.25º 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 #3F5BCE is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 91 | 206 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.19 |
| HSL | 228.25º | 0.59% | 0.53% | - |
| HSV(B) | 228.25º | 0.69% | 0.81% | - |
| XYZ | 16.93 | 13 | 60.01 | - |
| YUV | 95.74 | 190.22 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 206 | 0.69 | 0.56 | 0 | 0.19 | 228.25 | 0.59 | 0.53 |
| Hex | 3F | 5B | CE | 45 | 38 | 0 | 13 | E4 | 3B | 35 |
| Octal | 77 | 133 | 316 | 105 | 70 | 0 | 23 | 344 | 73 | 65 |
| Binary | 111111 | 1011011 | 11001110 | 1000101 | 111000 | 0 | 10011 | 11100100 | 111011 | 110101 |
Color Harmonies of #3F5BCE
Complementary color
Monochromatic Colors of #3F5BCE
Black with #3F5BCE
Text Example
Text Example
White with #3F5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5BCE; }
p { color: rgb(63,91,206); }
H1.HeaderClassName
{
color: #3F5BCE;
}
.AnyTagClassName
{
color: #3F5BCE;
}
</style>
background-color css
<style>
a { background-color: #3F5BCE; }
a { background-color: rgb(63,91,206); }
div.DivClassName
{
background-color: #3F5BCE;
}
.BgClassName
{
background-color: #3F5BCE;
}
</style>
border-color css
<style>
span { border-color: #3F5BCE; }
span { border-color: rgb(63,91,206); }
td.TdClassName
{
border-color: #3F5BCE;
}
.TagClassName
{
border-color: #3F5BCE;
}
</style>