Shades of Free Speech Blue #3F5DBA
Tints of Free Speech Blue #3F5DBA
RGB
CMYK
RGB Variations
Color information
#3F5DBA (or 0x3F5DBA) is known color: Free Speech Blue. HEX triplet: 3F, 5D and BA. RGB value is (63,93,186). Sum of RGB (Red+Green+Blue) = 63+93+186=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F5DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DBA is #C0A245. Grayscale: #5E5E5E. Windows color (decimal): -12624454 or 12213567. OLE color: 12213567.
HSL color Cylindrical-coordinate representation of color #3F5DBA: hue angle of 225.37º degrees, saturation: 0.49, 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 #3F5DBA is Cyan = 0.66, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 93 | 186 | - |
| CMYK | 0.66 | 0.5 | 0 | 0.27 |
| HSL | 225.37º | 0.49% | 0.49% | - |
| HSV(B) | 225.37º | 0.66% | 0.73% | - |
| XYZ | 14.83 | 12.43 | 48.07 | - |
| YUV | 94.63 | 179.56 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 186 | 0.66 | 0.5 | 0 | 0.27 | 225.37 | 0.49 | 0.49 |
| Hex | 3F | 5D | BA | 42 | 32 | 0 | 1B | E1 | 31 | 31 |
| Octal | 77 | 135 | 272 | 102 | 62 | 0 | 33 | 341 | 61 | 61 |
| Binary | 111111 | 1011101 | 10111010 | 1000010 | 110010 | 0 | 11011 | 11100001 | 110001 | 110001 |
Color Harmonies of #3F5DBA
Complementary color
Monochromatic Colors of #3F5DBA
Black with #3F5DBA
Text Example
Text Example
White with #3F5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5DBA; }
p { color: rgb(63,93,186); }
H1.HeaderClassName
{
color: #3F5DBA;
}
.AnyTagClassName
{
color: #3F5DBA;
}
</style>
background-color css
<style>
a { background-color: #3F5DBA; }
a { background-color: rgb(63,93,186); }
div.DivClassName
{
background-color: #3F5DBA;
}
.BgClassName
{
background-color: #3F5DBA;
}
</style>
border-color css
<style>
span { border-color: #3F5DBA; }
span { border-color: rgb(63,93,186); }
td.TdClassName
{
border-color: #3F5DBA;
}
.TagClassName
{
border-color: #3F5DBA;
}
</style>