Shades of Free Speech Blue #3F32DB
Tints of Free Speech Blue #3F32DB
RGB
CMYK
RGB Variations
Color information
#3F32DB (or 0x3F32DB) is known color: Free Speech Blue. HEX triplet: 3F, 32 and DB. RGB value is (63,50,219). Sum of RGB (Red+Green+Blue) = 63+50+219=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F32DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F32DB is #C0CD24. Grayscale: #484848. Windows color (decimal): -12635429 or 14365247. OLE color: 14365247.
HSL color Cylindrical-coordinate representation of color #3F32DB: hue angle of 244.62º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F32DB is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 50 | 219 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.14 |
| HSL | 244.62º | 0.7% | 0.53% | - |
| HSV(B) | 244.62º | 0.77% | 0.86% | - |
| XYZ | 15.98 | 8.45 | 67.81 | - |
| YUV | 73.15 | 210.31 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 219 | 0.71 | 0.77 | 0 | 0.14 | 244.62 | 0.7 | 0.53 |
| Hex | 3F | 32 | DB | 47 | 4D | 0 | E | F5 | 46 | 35 |
| Octal | 77 | 62 | 333 | 107 | 115 | 0 | 16 | 365 | 106 | 65 |
| Binary | 111111 | 110010 | 11011011 | 1000111 | 1001101 | 0 | 1110 | 11110101 | 1000110 | 110101 |
Color Harmonies of #3F32DB
Complementary color
Monochromatic Colors of #3F32DB
Black with #3F32DB
Text Example
Text Example
White with #3F32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F32DB; }
p { color: rgb(63,50,219); }
H1.HeaderClassName
{
color: #3F32DB;
}
.AnyTagClassName
{
color: #3F32DB;
}
</style>
background-color css
<style>
a { background-color: #3F32DB; }
a { background-color: rgb(63,50,219); }
div.DivClassName
{
background-color: #3F32DB;
}
.BgClassName
{
background-color: #3F32DB;
}
</style>
border-color css
<style>
span { border-color: #3F32DB; }
span { border-color: rgb(63,50,219); }
td.TdClassName
{
border-color: #3F32DB;
}
.TagClassName
{
border-color: #3F32DB;
}
</style>