Shades of Free Speech Blue #3F5DCC
Tints of Free Speech Blue #3F5DCC
RGB
CMYK
RGB Variations
Color information
#3F5DCC (or 0x3F5DCC) is known color: Free Speech Blue. HEX triplet: 3F, 5D and CC. RGB value is (63,93,204). Sum of RGB (Red+Green+Blue) = 63+93+204=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F5DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DCC is #C0A233. Grayscale: #606060. Windows color (decimal): -12624436 or 13393215. OLE color: 13393215.
HSL color Cylindrical-coordinate representation of color #3F5DCC: hue angle of 227.23º 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 #3F5DCC is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 93 | 204 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.2 |
| HSL | 227.23º | 0.58% | 0.52% | - |
| HSV(B) | 227.23º | 0.69% | 0.8% | - |
| XYZ | 16.86 | 13.25 | 58.79 | - |
| YUV | 96.68 | 188.56 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 204 | 0.69 | 0.54 | 0 | 0.2 | 227.23 | 0.58 | 0.52 |
| Hex | 3F | 5D | CC | 45 | 36 | 0 | 14 | E3 | 3A | 34 |
| Octal | 77 | 135 | 314 | 105 | 66 | 0 | 24 | 343 | 72 | 64 |
| Binary | 111111 | 1011101 | 11001100 | 1000101 | 110110 | 0 | 10100 | 11100011 | 111010 | 110100 |
Color Harmonies of #3F5DCC
Complementary color
Monochromatic Colors of #3F5DCC
Black with #3F5DCC
Text Example
Text Example
White with #3F5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5DCC; }
p { color: rgb(63,93,204); }
H1.HeaderClassName
{
color: #3F5DCC;
}
.AnyTagClassName
{
color: #3F5DCC;
}
</style>
background-color css
<style>
a { background-color: #3F5DCC; }
a { background-color: rgb(63,93,204); }
div.DivClassName
{
background-color: #3F5DCC;
}
.BgClassName
{
background-color: #3F5DCC;
}
</style>
border-color css
<style>
span { border-color: #3F5DCC; }
span { border-color: rgb(63,93,204); }
td.TdClassName
{
border-color: #3F5DCC;
}
.TagClassName
{
border-color: #3F5DCC;
}
</style>