Shades of Free Speech Blue #3F5DBB
Tints of Free Speech Blue #3F5DBB
RGB
CMYK
RGB Variations
Color information
#3F5DBB (or 0x3F5DBB) is known color: Free Speech Blue. HEX triplet: 3F, 5D and BB. RGB value is (63,93,187). Sum of RGB (Red+Green+Blue) = 63+93+187=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F5DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DBB is #C0A244. Grayscale: #5E5E5E. Windows color (decimal): -12624453 or 12279103. OLE color: 12279103.
HSL color Cylindrical-coordinate representation of color #3F5DBB: hue angle of 225.48º 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 #3F5DBB is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 93 | 187 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.27 |
| HSL | 225.48º | 0.5% | 0.49% | - |
| HSV(B) | 225.48º | 0.66% | 0.73% | - |
| XYZ | 14.93 | 12.47 | 48.63 | - |
| YUV | 94.75 | 180.06 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 187 | 0.66 | 0.50 | 0 | 0.27 | 225.48 | 0.5 | 0.49 |
| Hex | 3F | 5D | BB | 42 | 32 | 0 | 1B | E1 | 32 | 31 |
| Octal | 77 | 135 | 273 | 102 | 62 | 0 | 33 | 341 | 62 | 61 |
| Binary | 111111 | 1011101 | 10111011 | 1000010 | 110010 | 0 | 11011 | 11100001 | 110010 | 110001 |
Color Harmonies of #3F5DBB
Complementary color
Monochromatic Colors of #3F5DBB
Black with #3F5DBB
Text Example
Text Example
White with #3F5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5DBB; }
p { color: rgb(63,93,187); }
H1.HeaderClassName
{
color: #3F5DBB;
}
.AnyTagClassName
{
color: #3F5DBB;
}
</style>
background-color css
<style>
a { background-color: #3F5DBB; }
a { background-color: rgb(63,93,187); }
div.DivClassName
{
background-color: #3F5DBB;
}
.BgClassName
{
background-color: #3F5DBB;
}
</style>
border-color css
<style>
span { border-color: #3F5DBB; }
span { border-color: rgb(63,93,187); }
td.TdClassName
{
border-color: #3F5DBB;
}
.TagClassName
{
border-color: #3F5DBB;
}
</style>