Shades of Free Speech Blue #3F50CC
Tints of Free Speech Blue #3F50CC
RGB
CMYK
RGB Variations
Color information
#3F50CC (or 0x3F50CC) is known color: Free Speech Blue. HEX triplet: 3F, 50 and CC. RGB value is (63,80,204). Sum of RGB (Red+Green+Blue) = 63+80+204=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F50CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F50CC is #C0AF33. Grayscale: #585858. Windows color (decimal): -12627764 or 13389887. OLE color: 13389887.
HSL color Cylindrical-coordinate representation of color #3F50CC: hue angle of 232.77º 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 #3F50CC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 80 | 204 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.2 |
| HSL | 232.77º | 0.58% | 0.52% | - |
| HSV(B) | 232.77º | 0.69% | 0.8% | - |
| XYZ | 15.82 | 11.15 | 58.45 | - |
| YUV | 89.05 | 192.87 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 204 | 0.69 | 0.61 | 0 | 0.2 | 232.77 | 0.58 | 0.52 |
| Hex | 3F | 50 | CC | 45 | 3D | 0 | 14 | E9 | 3A | 34 |
| Octal | 77 | 120 | 314 | 105 | 75 | 0 | 24 | 351 | 72 | 64 |
| Binary | 111111 | 1010000 | 11001100 | 1000101 | 111101 | 0 | 10100 | 11101001 | 111010 | 110100 |
Color Harmonies of #3F50CC
Complementary color
Monochromatic Colors of #3F50CC
Black with #3F50CC
Text Example
Text Example
White with #3F50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F50CC; }
p { color: rgb(63,80,204); }
H1.HeaderClassName
{
color: #3F50CC;
}
.AnyTagClassName
{
color: #3F50CC;
}
</style>
background-color css
<style>
a { background-color: #3F50CC; }
a { background-color: rgb(63,80,204); }
div.DivClassName
{
background-color: #3F50CC;
}
.BgClassName
{
background-color: #3F50CC;
}
</style>
border-color css
<style>
span { border-color: #3F50CC; }
span { border-color: rgb(63,80,204); }
td.TdClassName
{
border-color: #3F50CC;
}
.TagClassName
{
border-color: #3F50CC;
}
</style>