Shades of Free Speech Blue #3F4DCC
Tints of Free Speech Blue #3F4DCC
RGB
CMYK
RGB Variations
Color information
#3F4DCC (or 0x3F4DCC) is known color: Free Speech Blue. HEX triplet: 3F, 4D and CC. RGB value is (63,77,204). Sum of RGB (Red+Green+Blue) = 63+77+204=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F4DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4DCC is #C0B233. Grayscale: #565656. Windows color (decimal): -12628532 or 13389119. OLE color: 13389119.
HSL color Cylindrical-coordinate representation of color #3F4DCC: hue angle of 234.04º 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 #3F4DCC is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 77 | 204 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.2 |
| HSL | 234.04º | 0.58% | 0.52% | - |
| HSV(B) | 234.04º | 0.69% | 0.8% | - |
| XYZ | 15.6 | 10.72 | 58.37 | - |
| YUV | 87.29 | 193.86 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 204 | 0.69 | 0.62 | 0 | 0.2 | 234.04 | 0.58 | 0.52 |
| Hex | 3F | 4D | CC | 45 | 3E | 0 | 14 | EA | 3A | 34 |
| Octal | 77 | 115 | 314 | 105 | 76 | 0 | 24 | 352 | 72 | 64 |
| Binary | 111111 | 1001101 | 11001100 | 1000101 | 111110 | 0 | 10100 | 11101010 | 111010 | 110100 |
Color Harmonies of #3F4DCC
Complementary color
Monochromatic Colors of #3F4DCC
Black with #3F4DCC
Text Example
Text Example
White with #3F4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4DCC; }
p { color: rgb(63,77,204); }
H1.HeaderClassName
{
color: #3F4DCC;
}
.AnyTagClassName
{
color: #3F4DCC;
}
</style>
background-color css
<style>
a { background-color: #3F4DCC; }
a { background-color: rgb(63,77,204); }
div.DivClassName
{
background-color: #3F4DCC;
}
.BgClassName
{
background-color: #3F4DCC;
}
</style>
border-color css
<style>
span { border-color: #3F4DCC; }
span { border-color: rgb(63,77,204); }
td.TdClassName
{
border-color: #3F4DCC;
}
.TagClassName
{
border-color: #3F4DCC;
}
</style>