Shades of Free Speech Blue #3F32BE
Tints of Free Speech Blue #3F32BE
RGB
CMYK
RGB Variations
Color information
#3F32BE (or 0x3F32BE) is known color: Free Speech Blue. HEX triplet: 3F, 32 and BE. RGB value is (63,50,190). Sum of RGB (Red+Green+Blue) = 63+50+190=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F32BE is #C0CD41. Grayscale: #454545. Windows color (decimal): -12635458 or 12464703. OLE color: 12464703.
HSL color Cylindrical-coordinate representation of color #3F32BE: hue angle of 245.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F32BE is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 50 | 190 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.25 |
| HSL | 245.57º | 0.58% | 0.47% | - |
| HSV(B) | 245.57º | 0.74% | 0.75% | - |
| XYZ | 12.48 | 7.06 | 49.42 | - |
| YUV | 69.85 | 195.81 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 190 | 0.67 | 0.74 | 0 | 0.25 | 245.57 | 0.58 | 0.47 |
| Hex | 3F | 32 | BE | 43 | 4A | 0 | 19 | F6 | 3A | 2F |
| Octal | 77 | 62 | 276 | 103 | 112 | 0 | 31 | 366 | 72 | 57 |
| Binary | 111111 | 110010 | 10111110 | 1000011 | 1001010 | 0 | 11001 | 11110110 | 111010 | 101111 |
Color Harmonies of #3F32BE
Complementary color
Monochromatic Colors of #3F32BE
Black with #3F32BE
Text Example
Text Example
White with #3F32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F32BE; }
p { color: rgb(63,50,190); }
H1.HeaderClassName
{
color: #3F32BE;
}
.AnyTagClassName
{
color: #3F32BE;
}
</style>
background-color css
<style>
a { background-color: #3F32BE; }
a { background-color: rgb(63,50,190); }
div.DivClassName
{
background-color: #3F32BE;
}
.BgClassName
{
background-color: #3F32BE;
}
</style>
border-color css
<style>
span { border-color: #3F32BE; }
span { border-color: rgb(63,50,190); }
td.TdClassName
{
border-color: #3F32BE;
}
.TagClassName
{
border-color: #3F32BE;
}
</style>