Shades of Free Speech Blue #3F4BCD
Tints of Free Speech Blue #3F4BCD
RGB
CMYK
RGB Variations
Color information
#3F4BCD (or 0x3F4BCD) is known color: Free Speech Blue. HEX triplet: 3F, 4B and CD. RGB value is (63,75,205). Sum of RGB (Red+Green+Blue) = 63+75+205=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F4BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4BCD is #C0B432. Grayscale: #555555. Windows color (decimal): -12629043 or 13454143. OLE color: 13454143.
HSL color Cylindrical-coordinate representation of color #3F4BCD: hue angle of 234.93º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4BCD is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 75 | 205 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.20 |
| HSL | 234.93º | 0.59% | 0.53% | - |
| HSV(B) | 234.93º | 0.69% | 0.8% | - |
| XYZ | 15.59 | 10.5 | 58.96 | - |
| YUV | 86.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 75 | 205 | 0.69 | 0.63 | 0 | 0.20 | 234.93 | 0.59 | 0.53 |
| Hex | 3F | 4B | CD | 45 | 3F | 0 | 14 | EB | 3B | 35 |
| Octal | 77 | 113 | 315 | 105 | 77 | 0 | 24 | 353 | 73 | 65 |
| Binary | 111111 | 1001011 | 11001101 | 1000101 | 111111 | 0 | 10100 | 11101011 | 111011 | 110101 |
Color Harmonies of #3F4BCD
Complementary color
Monochromatic Colors of #3F4BCD
Black with #3F4BCD
Text Example
Text Example
White with #3F4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4BCD; }
p { color: rgb(63,75,205); }
H1.HeaderClassName
{
color: #3F4BCD;
}
.AnyTagClassName
{
color: #3F4BCD;
}
</style>
background-color css
<style>
a { background-color: #3F4BCD; }
a { background-color: rgb(63,75,205); }
div.DivClassName
{
background-color: #3F4BCD;
}
.BgClassName
{
background-color: #3F4BCD;
}
</style>
border-color css
<style>
span { border-color: #3F4BCD; }
span { border-color: rgb(63,75,205); }
td.TdClassName
{
border-color: #3F4BCD;
}
.TagClassName
{
border-color: #3F4BCD;
}
</style>