Shades of Free Speech Blue #3F4FCC
Tints of Free Speech Blue #3F4FCC
RGB
CMYK
RGB Variations
Color information
#3F4FCC (or 0x3F4FCC) is known color: Free Speech Blue. HEX triplet: 3F, 4F and CC. RGB value is (63,79,204). Sum of RGB (Red+Green+Blue) = 63+79+204=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F4FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4FCC is #C0B033. Grayscale: #575757. Windows color (decimal): -12628020 or 13389631. OLE color: 13389631.
HSL color Cylindrical-coordinate representation of color #3F4FCC: hue angle of 233.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4FCC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 79 | 204 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.2 |
| HSL | 233.19º | 0.58% | 0.52% | - |
| HSV(B) | 233.19º | 0.69% | 0.8% | - |
| XYZ | 15.74 | 11.01 | 58.42 | - |
| YUV | 88.47 | 193.2 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 204 | 0.69 | 0.61 | 0 | 0.2 | 233.19 | 0.58 | 0.52 |
| Hex | 3F | 4F | CC | 45 | 3D | 0 | 14 | E9 | 3A | 34 |
| Octal | 77 | 117 | 314 | 105 | 75 | 0 | 24 | 351 | 72 | 64 |
| Binary | 111111 | 1001111 | 11001100 | 1000101 | 111101 | 0 | 10100 | 11101001 | 111010 | 110100 |
Color Harmonies of #3F4FCC
Complementary color
Monochromatic Colors of #3F4FCC
Black with #3F4FCC
Text Example
Text Example
White with #3F4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4FCC; }
p { color: rgb(63,79,204); }
H1.HeaderClassName
{
color: #3F4FCC;
}
.AnyTagClassName
{
color: #3F4FCC;
}
</style>
background-color css
<style>
a { background-color: #3F4FCC; }
a { background-color: rgb(63,79,204); }
div.DivClassName
{
background-color: #3F4FCC;
}
.BgClassName
{
background-color: #3F4FCC;
}
</style>
border-color css
<style>
span { border-color: #3F4FCC; }
span { border-color: rgb(63,79,204); }
td.TdClassName
{
border-color: #3F4FCC;
}
.TagClassName
{
border-color: #3F4FCC;
}
</style>