Shades of Free Speech Blue #3F4DCD
Tints of Free Speech Blue #3F4DCD
RGB
CMYK
RGB Variations
Color information
#3F4DCD (or 0x3F4DCD) is known color: Free Speech Blue. HEX triplet: 3F, 4D and CD. RGB value is (63,77,205). Sum of RGB (Red+Green+Blue) = 63+77+205=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4DCD is #C0B232. Grayscale: #565656. Windows color (decimal): -12628531 or 13454655. OLE color: 13454655.
HSL color Cylindrical-coordinate representation of color #3F4DCD: hue angle of 234.08º 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 #3F4DCD is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 77 | 205 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.20 |
| HSL | 234.08º | 0.59% | 0.53% | - |
| HSV(B) | 234.08º | 0.69% | 0.8% | - |
| XYZ | 15.72 | 10.77 | 59.01 | - |
| YUV | 87.41 | 194.36 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 205 | 0.69 | 0.62 | 0 | 0.20 | 234.08 | 0.59 | 0.53 |
| Hex | 3F | 4D | CD | 45 | 3E | 0 | 14 | EA | 3B | 35 |
| Octal | 77 | 115 | 315 | 105 | 76 | 0 | 24 | 352 | 73 | 65 |
| Binary | 111111 | 1001101 | 11001101 | 1000101 | 111110 | 0 | 10100 | 11101010 | 111011 | 110101 |
Color Harmonies of #3F4DCD
Complementary color
Monochromatic Colors of #3F4DCD
Black with #3F4DCD
Text Example
Text Example
White with #3F4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4DCD; }
p { color: rgb(63,77,205); }
H1.HeaderClassName
{
color: #3F4DCD;
}
.AnyTagClassName
{
color: #3F4DCD;
}
</style>
background-color css
<style>
a { background-color: #3F4DCD; }
a { background-color: rgb(63,77,205); }
div.DivClassName
{
background-color: #3F4DCD;
}
.BgClassName
{
background-color: #3F4DCD;
}
</style>
border-color css
<style>
span { border-color: #3F4DCD; }
span { border-color: rgb(63,77,205); }
td.TdClassName
{
border-color: #3F4DCD;
}
.TagClassName
{
border-color: #3F4DCD;
}
</style>