Shades of Free Speech Blue #3F4AAF
Tints of Free Speech Blue #3F4AAF
RGB
CMYK
RGB Variations
Color information
#3F4AAF (or 0x3F4AAF) is known color: Free Speech Blue. HEX triplet: 3F, 4A and AF. RGB value is (63,74,175). Sum of RGB (Red+Green+Blue) = 63+74+175=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F4AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4AAF is #C0B550. Grayscale: #515151. Windows color (decimal): -12629329 or 11487807. OLE color: 11487807.
HSL color Cylindrical-coordinate representation of color #3F4AAF: hue angle of 234.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F4AAF is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 74 | 175 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.31 |
| HSL | 234.11º | 0.47% | 0.47% | - |
| HSV(B) | 234.11º | 0.64% | 0.69% | - |
| XYZ | 12.24 | 9.05 | 41.66 | - |
| YUV | 82.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 175 | 0.64 | 0.58 | 0 | 0.31 | 234.11 | 0.47 | 0.47 |
| Hex | 3F | 4A | AF | 40 | 3A | 0 | 1F | EA | 2F | 2F |
| Octal | 77 | 112 | 257 | 100 | 72 | 0 | 37 | 352 | 57 | 57 |
| Binary | 111111 | 1001010 | 10101111 | 1000000 | 111010 | 0 | 11111 | 11101010 | 101111 | 101111 |
Color Harmonies of #3F4AAF
Complementary color
Monochromatic Colors of #3F4AAF
Black with #3F4AAF
Text Example
Text Example
White with #3F4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4AAF; }
p { color: rgb(63,74,175); }
H1.HeaderClassName
{
color: #3F4AAF;
}
.AnyTagClassName
{
color: #3F4AAF;
}
</style>
background-color css
<style>
a { background-color: #3F4AAF; }
a { background-color: rgb(63,74,175); }
div.DivClassName
{
background-color: #3F4AAF;
}
.BgClassName
{
background-color: #3F4AAF;
}
</style>
border-color css
<style>
span { border-color: #3F4AAF; }
span { border-color: rgb(63,74,175); }
td.TdClassName
{
border-color: #3F4AAF;
}
.TagClassName
{
border-color: #3F4AAF;
}
</style>