Shades of Free Speech Blue #3F2FCE
Tints of Free Speech Blue #3F2FCE
RGB
CMYK
RGB Variations
Color information
#3F2FCE (or 0x3F2FCE) is known color: Free Speech Blue. HEX triplet: 3F, 2F and CE. RGB value is (63,47,206). Sum of RGB (Red+Green+Blue) = 63+47+206=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2FCE is #C0D031. Grayscale: #454545. Windows color (decimal): -12636210 or 13512511. OLE color: 13512511.
HSL color Cylindrical-coordinate representation of color #3F2FCE: hue angle of 246.04º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F2FCE is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 47 | 206 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.19 |
| HSL | 246.04º | 0.63% | 0.5% | - |
| HSV(B) | 246.04º | 0.77% | 0.81% | - |
| XYZ | 14.21 | 7.55 | 59.1 | - |
| YUV | 69.91 | 204.8 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 206 | 0.69 | 0.77 | 0 | 0.19 | 246.04 | 0.63 | 0.5 |
| Hex | 3F | 2F | CE | 45 | 4D | 0 | 13 | F6 | 3F | 32 |
| Octal | 77 | 57 | 316 | 105 | 115 | 0 | 23 | 366 | 77 | 62 |
| Binary | 111111 | 101111 | 11001110 | 1000101 | 1001101 | 0 | 10011 | 11110110 | 111111 | 110010 |
Color Harmonies of #3F2FCE
Complementary color
Monochromatic Colors of #3F2FCE
Black with #3F2FCE
Text Example
Text Example
White with #3F2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2FCE; }
p { color: rgb(63,47,206); }
H1.HeaderClassName
{
color: #3F2FCE;
}
.AnyTagClassName
{
color: #3F2FCE;
}
</style>
background-color css
<style>
a { background-color: #3F2FCE; }
a { background-color: rgb(63,47,206); }
div.DivClassName
{
background-color: #3F2FCE;
}
.BgClassName
{
background-color: #3F2FCE;
}
</style>
border-color css
<style>
span { border-color: #3F2FCE; }
span { border-color: rgb(63,47,206); }
td.TdClassName
{
border-color: #3F2FCE;
}
.TagClassName
{
border-color: #3F2FCE;
}
</style>