Shades of Free Speech Blue #3F4EAF
Tints of Free Speech Blue #3F4EAF
RGB
CMYK
RGB Variations
Color information
#3F4EAF (or 0x3F4EAF) is known color: Free Speech Blue. HEX triplet: 3F, 4E and AF. RGB value is (63,78,175). Sum of RGB (Red+Green+Blue) = 63+78+175=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F4EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4EAF is #C0B150. Grayscale: #545454. Windows color (decimal): -12628305 or 11488831. OLE color: 11488831.
HSL color Cylindrical-coordinate representation of color #3F4EAF: hue angle of 231.96º 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 #3F4EAF is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 78 | 175 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.31 |
| HSL | 231.96º | 0.47% | 0.47% | - |
| HSV(B) | 231.96º | 0.64% | 0.69% | - |
| XYZ | 12.51 | 9.6 | 41.75 | - |
| YUV | 84.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 175 | 0.64 | 0.55 | 0 | 0.31 | 231.96 | 0.47 | 0.47 |
| Hex | 3F | 4E | AF | 40 | 37 | 0 | 1F | E8 | 2F | 2F |
| Octal | 77 | 116 | 257 | 100 | 67 | 0 | 37 | 350 | 57 | 57 |
| Binary | 111111 | 1001110 | 10101111 | 1000000 | 110111 | 0 | 11111 | 11101000 | 101111 | 101111 |
Color Harmonies of #3F4EAF
Complementary color
Monochromatic Colors of #3F4EAF
Black with #3F4EAF
Text Example
Text Example
White with #3F4EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4EAF; }
p { color: rgb(63,78,175); }
H1.HeaderClassName
{
color: #3F4EAF;
}
.AnyTagClassName
{
color: #3F4EAF;
}
</style>
background-color css
<style>
a { background-color: #3F4EAF; }
a { background-color: rgb(63,78,175); }
div.DivClassName
{
background-color: #3F4EAF;
}
.BgClassName
{
background-color: #3F4EAF;
}
</style>
border-color css
<style>
span { border-color: #3F4EAF; }
span { border-color: rgb(63,78,175); }
td.TdClassName
{
border-color: #3F4EAF;
}
.TagClassName
{
border-color: #3F4EAF;
}
</style>