Shades of Free Speech Blue #3F4ABF
Tints of Free Speech Blue #3F4ABF
RGB
CMYK
RGB Variations
Color information
#3F4ABF (or 0x3F4ABF) is known color: Free Speech Blue. HEX triplet: 3F, 4A and BF. RGB value is (63,74,191). Sum of RGB (Red+Green+Blue) = 63+74+191=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F4ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4ABF is #C0B540. Grayscale: #535353. Windows color (decimal): -12629313 or 12536383. OLE color: 12536383.
HSL color Cylindrical-coordinate representation of color #3F4ABF: hue angle of 234.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F4ABF is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 74 | 191 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.25 |
| HSL | 234.84º | 0.5% | 0.5% | - |
| HSV(B) | 234.84º | 0.67% | 0.75% | - |
| XYZ | 13.9 | 9.72 | 50.43 | - |
| YUV | 84.05 | 188.36 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 191 | 0.67 | 0.61 | 0 | 0.25 | 234.84 | 0.5 | 0.5 |
| Hex | 3F | 4A | BF | 43 | 3D | 0 | 19 | EB | 32 | 32 |
| Octal | 77 | 112 | 277 | 103 | 75 | 0 | 31 | 353 | 62 | 62 |
| Binary | 111111 | 1001010 | 10111111 | 1000011 | 111101 | 0 | 11001 | 11101011 | 110010 | 110010 |
Color Harmonies of #3F4ABF
Complementary color
Monochromatic Colors of #3F4ABF
Black with #3F4ABF
Text Example
Text Example
White with #3F4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4ABF; }
p { color: rgb(63,74,191); }
H1.HeaderClassName
{
color: #3F4ABF;
}
.AnyTagClassName
{
color: #3F4ABF;
}
</style>
background-color css
<style>
a { background-color: #3F4ABF; }
a { background-color: rgb(63,74,191); }
div.DivClassName
{
background-color: #3F4ABF;
}
.BgClassName
{
background-color: #3F4ABF;
}
</style>
border-color css
<style>
span { border-color: #3F4ABF; }
span { border-color: rgb(63,74,191); }
td.TdClassName
{
border-color: #3F4ABF;
}
.TagClassName
{
border-color: #3F4ABF;
}
</style>