Shades of Free Speech Blue #3F32CE
Tints of Free Speech Blue #3F32CE
RGB
CMYK
RGB Variations
Color information
#3F32CE (or 0x3F32CE) is known color: Free Speech Blue. HEX triplet: 3F, 32 and CE. RGB value is (63,50,206). Sum of RGB (Red+Green+Blue) = 63+50+206=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F32CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F32CE is #C0CD31. Grayscale: #474747. Windows color (decimal): -12635442 or 13513279. OLE color: 13513279.
HSL color Cylindrical-coordinate representation of color #3F32CE: hue angle of 245º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F32CE is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 50 | 206 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.19 |
| HSL | 245º | 0.61% | 0.5% | - |
| HSV(B) | 245º | 0.76% | 0.81% | - |
| XYZ | 14.33 | 7.79 | 59.14 | - |
| YUV | 71.67 | 203.81 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 206 | 0.69 | 0.76 | 0 | 0.19 | 245 | 0.61 | 0.5 |
| Hex | 3F | 32 | CE | 45 | 4C | 0 | 13 | F5 | 3D | 32 |
| Octal | 77 | 62 | 316 | 105 | 114 | 0 | 23 | 365 | 75 | 62 |
| Binary | 111111 | 110010 | 11001110 | 1000101 | 1001100 | 0 | 10011 | 11110101 | 111101 | 110010 |
Color Harmonies of #3F32CE
Complementary color
Monochromatic Colors of #3F32CE
Black with #3F32CE
Text Example
Text Example
White with #3F32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F32CE; }
p { color: rgb(63,50,206); }
H1.HeaderClassName
{
color: #3F32CE;
}
.AnyTagClassName
{
color: #3F32CE;
}
</style>
background-color css
<style>
a { background-color: #3F32CE; }
a { background-color: rgb(63,50,206); }
div.DivClassName
{
background-color: #3F32CE;
}
.BgClassName
{
background-color: #3F32CE;
}
</style>
border-color css
<style>
span { border-color: #3F32CE; }
span { border-color: rgb(63,50,206); }
td.TdClassName
{
border-color: #3F32CE;
}
.TagClassName
{
border-color: #3F32CE;
}
</style>