Shades of Free Speech Blue #3F37CC
Tints of Free Speech Blue #3F37CC
RGB
CMYK
RGB Variations
Color information
#3F37CC (or 0x3F37CC) is known color: Free Speech Blue. HEX triplet: 3F, 37 and CC. RGB value is (63,55,204). Sum of RGB (Red+Green+Blue) = 63+55+204=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F37CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F37CC is #C0C833. Grayscale: #494949. Windows color (decimal): -12634164 or 13383487. OLE color: 13383487.
HSL color Cylindrical-coordinate representation of color #3F37CC: hue angle of 243.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F37CC is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 55 | 204 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.2 |
| HSL | 243.22º | 0.59% | 0.51% | - |
| HSV(B) | 243.22º | 0.73% | 0.8% | - |
| XYZ | 14.32 | 8.15 | 57.95 | - |
| YUV | 74.38 | 201.15 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 204 | 0.69 | 0.73 | 0 | 0.2 | 243.22 | 0.59 | 0.51 |
| Hex | 3F | 37 | CC | 45 | 49 | 0 | 14 | F3 | 3B | 33 |
| Octal | 77 | 67 | 314 | 105 | 111 | 0 | 24 | 363 | 73 | 63 |
| Binary | 111111 | 110111 | 11001100 | 1000101 | 1001001 | 0 | 10100 | 11110011 | 111011 | 110011 |
Color Harmonies of #3F37CC
Complementary color
Monochromatic Colors of #3F37CC
Black with #3F37CC
Text Example
Text Example
White with #3F37CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F37CC; }
p { color: rgb(63,55,204); }
H1.HeaderClassName
{
color: #3F37CC;
}
.AnyTagClassName
{
color: #3F37CC;
}
</style>
background-color css
<style>
a { background-color: #3F37CC; }
a { background-color: rgb(63,55,204); }
div.DivClassName
{
background-color: #3F37CC;
}
.BgClassName
{
background-color: #3F37CC;
}
</style>
border-color css
<style>
span { border-color: #3F37CC; }
span { border-color: rgb(63,55,204); }
td.TdClassName
{
border-color: #3F37CC;
}
.TagClassName
{
border-color: #3F37CC;
}
</style>