Shades of Free Speech Blue #3F35C3
Tints of Free Speech Blue #3F35C3
RGB
CMYK
RGB Variations
Color information
#3F35C3 (or 0x3F35C3) is known color: Free Speech Blue. HEX triplet: 3F, 35 and C3. RGB value is (63,53,195). Sum of RGB (Red+Green+Blue) = 63+53+195=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #3F35C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F35C3 is #C0CA3C. Grayscale: #474747. Windows color (decimal): -12634685 or 12793151. OLE color: 12793151.
HSL color Cylindrical-coordinate representation of color #3F35C3: hue angle of 244.23º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F35C3 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 53 | 195 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.24 |
| HSL | 244.23º | 0.57% | 0.49% | - |
| HSV(B) | 244.23º | 0.73% | 0.76% | - |
| XYZ | 13.17 | 7.54 | 52.39 | - |
| YUV | 72.18 | 197.31 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 195 | 0.68 | 0.73 | 0 | 0.24 | 244.23 | 0.57 | 0.49 |
| Hex | 3F | 35 | C3 | 44 | 49 | 0 | 18 | F4 | 39 | 31 |
| Octal | 77 | 65 | 303 | 104 | 111 | 0 | 30 | 364 | 71 | 61 |
| Binary | 111111 | 110101 | 11000011 | 1000100 | 1001001 | 0 | 11000 | 11110100 | 111001 | 110001 |
Color Harmonies of #3F35C3
Complementary color
Monochromatic Colors of #3F35C3
Black with #3F35C3
Text Example
Text Example
White with #3F35C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F35C3; }
p { color: rgb(63,53,195); }
H1.HeaderClassName
{
color: #3F35C3;
}
.AnyTagClassName
{
color: #3F35C3;
}
</style>
background-color css
<style>
a { background-color: #3F35C3; }
a { background-color: rgb(63,53,195); }
div.DivClassName
{
background-color: #3F35C3;
}
.BgClassName
{
background-color: #3F35C3;
}
</style>
border-color css
<style>
span { border-color: #3F35C3; }
span { border-color: rgb(63,53,195); }
td.TdClassName
{
border-color: #3F35C3;
}
.TagClassName
{
border-color: #3F35C3;
}
</style>