Shades of Free Speech Blue #3F4CCF
Tints of Free Speech Blue #3F4CCF
RGB
CMYK
RGB Variations
Color information
#3F4CCF (or 0x3F4CCF) is known color: Free Speech Blue. HEX triplet: 3F, 4C and CF. RGB value is (63,76,207). Sum of RGB (Red+Green+Blue) = 63+76+207=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F4CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4CCF is #C0B330. Grayscale: #565656. Windows color (decimal): -12628785 or 13585471. OLE color: 13585471.
HSL color Cylindrical-coordinate representation of color #3F4CCF: hue angle of 234.58º 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 #3F4CCF is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 76 | 207 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.19 |
| HSL | 234.58º | 0.6% | 0.53% | - |
| HSV(B) | 234.58º | 0.7% | 0.81% | - |
| XYZ | 15.9 | 10.73 | 60.26 | - |
| YUV | 87.05 | 195.69 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 207 | 0.70 | 0.63 | 0 | 0.19 | 234.58 | 0.6 | 0.53 |
| Hex | 3F | 4C | CF | 46 | 3F | 0 | 13 | EB | 3C | 35 |
| Octal | 77 | 114 | 317 | 106 | 77 | 0 | 23 | 353 | 74 | 65 |
| Binary | 111111 | 1001100 | 11001111 | 1000110 | 111111 | 0 | 10011 | 11101011 | 111100 | 110101 |
Color Harmonies of #3F4CCF
Complementary color
Monochromatic Colors of #3F4CCF
Black with #3F4CCF
Text Example
Text Example
White with #3F4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4CCF; }
p { color: rgb(63,76,207); }
H1.HeaderClassName
{
color: #3F4CCF;
}
.AnyTagClassName
{
color: #3F4CCF;
}
</style>
background-color css
<style>
a { background-color: #3F4CCF; }
a { background-color: rgb(63,76,207); }
div.DivClassName
{
background-color: #3F4CCF;
}
.BgClassName
{
background-color: #3F4CCF;
}
</style>
border-color css
<style>
span { border-color: #3F4CCF; }
span { border-color: rgb(63,76,207); }
td.TdClassName
{
border-color: #3F4CCF;
}
.TagClassName
{
border-color: #3F4CCF;
}
</style>