Shades of Free Speech Blue #3F4ACF
Tints of Free Speech Blue #3F4ACF
RGB
CMYK
RGB Variations
Color information
#3F4ACF (or 0x3F4ACF) is known color: Free Speech Blue. HEX triplet: 3F, 4A and CF. RGB value is (63,74,207). Sum of RGB (Red+Green+Blue) = 63+74+207=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F4ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4ACF is #C0B530. Grayscale: #555555. Windows color (decimal): -12629297 or 13584959. OLE color: 13584959.
HSL color Cylindrical-coordinate representation of color #3F4ACF: hue angle of 235.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F4ACF is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 74 | 207 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.19 |
| HSL | 235.42º | 0.6% | 0.53% | - |
| HSV(B) | 235.42º | 0.7% | 0.81% | - |
| XYZ | 15.76 | 10.46 | 60.22 | - |
| YUV | 85.87 | 196.36 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 207 | 0.70 | 0.64 | 0 | 0.19 | 235.42 | 0.6 | 0.53 |
| Hex | 3F | 4A | CF | 46 | 40 | 0 | 13 | EB | 3C | 35 |
| Octal | 77 | 112 | 317 | 106 | 100 | 0 | 23 | 353 | 74 | 65 |
| Binary | 111111 | 1001010 | 11001111 | 1000110 | 1000000 | 0 | 10011 | 11101011 | 111100 | 110101 |
Color Harmonies of #3F4ACF
Complementary color
Monochromatic Colors of #3F4ACF
Black with #3F4ACF
Text Example
Text Example
White with #3F4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4ACF; }
p { color: rgb(63,74,207); }
H1.HeaderClassName
{
color: #3F4ACF;
}
.AnyTagClassName
{
color: #3F4ACF;
}
</style>
background-color css
<style>
a { background-color: #3F4ACF; }
a { background-color: rgb(63,74,207); }
div.DivClassName
{
background-color: #3F4ACF;
}
.BgClassName
{
background-color: #3F4ACF;
}
</style>
border-color css
<style>
span { border-color: #3F4ACF; }
span { border-color: rgb(63,74,207); }
td.TdClassName
{
border-color: #3F4ACF;
}
.TagClassName
{
border-color: #3F4ACF;
}
</style>