Shades of Free Speech Blue #3F5FBB
Tints of Free Speech Blue #3F5FBB
RGB
CMYK
RGB Variations
Color information
#3F5FBB (or 0x3F5FBB) is known color: Free Speech Blue. HEX triplet: 3F, 5F and BB. RGB value is (63,95,187). Sum of RGB (Red+Green+Blue) = 63+95+187=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F5FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5FBB is #C0A044. Grayscale: #5F5F5F. Windows color (decimal): -12623941 or 12279615. OLE color: 12279615.
HSL color Cylindrical-coordinate representation of color #3F5FBB: hue angle of 224.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F5FBB is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 95 | 187 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.27 |
| HSL | 224.52º | 0.5% | 0.49% | - |
| HSV(B) | 224.52º | 0.66% | 0.73% | - |
| XYZ | 15.11 | 12.83 | 48.69 | - |
| YUV | 95.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 187 | 0.66 | 0.49 | 0 | 0.27 | 224.52 | 0.5 | 0.49 |
| Hex | 3F | 5F | BB | 42 | 31 | 0 | 1B | E1 | 32 | 31 |
| Octal | 77 | 137 | 273 | 102 | 61 | 0 | 33 | 341 | 62 | 61 |
| Binary | 111111 | 1011111 | 10111011 | 1000010 | 110001 | 0 | 11011 | 11100001 | 110010 | 110001 |
Color Harmonies of #3F5FBB
Complementary color
Monochromatic Colors of #3F5FBB
Black with #3F5FBB
Text Example
Text Example
White with #3F5FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5FBB; }
p { color: rgb(63,95,187); }
H1.HeaderClassName
{
color: #3F5FBB;
}
.AnyTagClassName
{
color: #3F5FBB;
}
</style>
background-color css
<style>
a { background-color: #3F5FBB; }
a { background-color: rgb(63,95,187); }
div.DivClassName
{
background-color: #3F5FBB;
}
.BgClassName
{
background-color: #3F5FBB;
}
</style>
border-color css
<style>
span { border-color: #3F5FBB; }
span { border-color: rgb(63,95,187); }
td.TdClassName
{
border-color: #3F5FBB;
}
.TagClassName
{
border-color: #3F5FBB;
}
</style>