Shades of Free Speech Blue #3F32DA
Tints of Free Speech Blue #3F32DA
RGB
CMYK
RGB Variations
Color information
#3F32DA (or 0x3F32DA) is known color: Free Speech Blue. HEX triplet: 3F, 32 and DA. RGB value is (63,50,218). Sum of RGB (Red+Green+Blue) = 63+50+218=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F32DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F32DA is #C0CD25. Grayscale: #484848. Windows color (decimal): -12635430 or 14299711. OLE color: 14299711.
HSL color Cylindrical-coordinate representation of color #3F32DA: hue angle of 244.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F32DA is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 50 | 218 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.15 |
| HSL | 244.64º | 0.69% | 0.53% | - |
| HSV(B) | 244.64º | 0.77% | 0.85% | - |
| XYZ | 15.85 | 8.4 | 67.12 | - |
| YUV | 73.04 | 209.81 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 218 | 0.71 | 0.77 | 0 | 0.15 | 244.64 | 0.69 | 0.53 |
| Hex | 3F | 32 | DA | 47 | 4D | 0 | F | F5 | 45 | 35 |
| Octal | 77 | 62 | 332 | 107 | 115 | 0 | 17 | 365 | 105 | 65 |
| Binary | 111111 | 110010 | 11011010 | 1000111 | 1001101 | 0 | 1111 | 11110101 | 1000101 | 110101 |
Color Harmonies of #3F32DA
Complementary color
Monochromatic Colors of #3F32DA
Black with #3F32DA
Text Example
Text Example
White with #3F32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F32DA; }
p { color: rgb(63,50,218); }
H1.HeaderClassName
{
color: #3F32DA;
}
.AnyTagClassName
{
color: #3F32DA;
}
</style>
background-color css
<style>
a { background-color: #3F32DA; }
a { background-color: rgb(63,50,218); }
div.DivClassName
{
background-color: #3F32DA;
}
.BgClassName
{
background-color: #3F32DA;
}
</style>
border-color css
<style>
span { border-color: #3F32DA; }
span { border-color: rgb(63,50,218); }
td.TdClassName
{
border-color: #3F32DA;
}
.TagClassName
{
border-color: #3F32DA;
}
</style>