Shades of Free Speech Blue #3F31CC
Tints of Free Speech Blue #3F31CC
RGB
CMYK
RGB Variations
Color information
#3F31CC (or 0x3F31CC) is known color: Free Speech Blue. HEX triplet: 3F, 31 and CC. RGB value is (63,49,204). Sum of RGB (Red+Green+Blue) = 63+49+204=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F31CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F31CC is #C0CE33. Grayscale: #464646. Windows color (decimal): -12635700 or 13381951. OLE color: 13381951.
HSL color Cylindrical-coordinate representation of color #3F31CC: hue angle of 245.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F31CC is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 49 | 204 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.2 |
| HSL | 245.42º | 0.61% | 0.5% | - |
| HSV(B) | 245.42º | 0.76% | 0.8% | - |
| XYZ | 14.05 | 7.61 | 57.86 | - |
| YUV | 70.86 | 203.14 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 204 | 0.69 | 0.76 | 0 | 0.2 | 245.42 | 0.61 | 0.5 |
| Hex | 3F | 31 | CC | 45 | 4C | 0 | 14 | F5 | 3D | 32 |
| Octal | 77 | 61 | 314 | 105 | 114 | 0 | 24 | 365 | 75 | 62 |
| Binary | 111111 | 110001 | 11001100 | 1000101 | 1001100 | 0 | 10100 | 11110101 | 111101 | 110010 |
Color Harmonies of #3F31CC
Complementary color
Monochromatic Colors of #3F31CC
Black with #3F31CC
Text Example
Text Example
White with #3F31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F31CC; }
p { color: rgb(63,49,204); }
H1.HeaderClassName
{
color: #3F31CC;
}
.AnyTagClassName
{
color: #3F31CC;
}
</style>
background-color css
<style>
a { background-color: #3F31CC; }
a { background-color: rgb(63,49,204); }
div.DivClassName
{
background-color: #3F31CC;
}
.BgClassName
{
background-color: #3F31CC;
}
</style>
border-color css
<style>
span { border-color: #3F31CC; }
span { border-color: rgb(63,49,204); }
td.TdClassName
{
border-color: #3F31CC;
}
.TagClassName
{
border-color: #3F31CC;
}
</style>