Shades of Free Speech Blue #3F35C0
Tints of Free Speech Blue #3F35C0
RGB
CMYK
RGB Variations
Color information
#3F35C0 (or 0x3F35C0) is known color: Free Speech Blue. HEX triplet: 3F, 35 and C0. RGB value is (63,53,192). Sum of RGB (Red+Green+Blue) = 63+53+192=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F35C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F35C0 is #C0CA3F. Grayscale: #474747. Windows color (decimal): -12634688 or 12596543. OLE color: 12596543.
HSL color Cylindrical-coordinate representation of color #3F35C0: hue angle of 244.32º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F35C0 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 53 | 192 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.25 |
| HSL | 244.32º | 0.57% | 0.48% | - |
| HSV(B) | 244.32º | 0.72% | 0.75% | - |
| XYZ | 12.84 | 7.41 | 50.62 | - |
| YUV | 71.84 | 195.81 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 192 | 0.67 | 0.72 | 0 | 0.25 | 244.32 | 0.57 | 0.48 |
| Hex | 3F | 35 | C0 | 43 | 48 | 0 | 19 | F4 | 39 | 30 |
| Octal | 77 | 65 | 300 | 103 | 110 | 0 | 31 | 364 | 71 | 60 |
| Binary | 111111 | 110101 | 11000000 | 1000011 | 1001000 | 0 | 11001 | 11110100 | 111001 | 110000 |
Color Harmonies of #3F35C0
Complementary color
Monochromatic Colors of #3F35C0
Black with #3F35C0
Text Example
Text Example
White with #3F35C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F35C0; }
p { color: rgb(63,53,192); }
H1.HeaderClassName
{
color: #3F35C0;
}
.AnyTagClassName
{
color: #3F35C0;
}
</style>
background-color css
<style>
a { background-color: #3F35C0; }
a { background-color: rgb(63,53,192); }
div.DivClassName
{
background-color: #3F35C0;
}
.BgClassName
{
background-color: #3F35C0;
}
</style>
border-color css
<style>
span { border-color: #3F35C0; }
span { border-color: rgb(63,53,192); }
td.TdClassName
{
border-color: #3F35C0;
}
.TagClassName
{
border-color: #3F35C0;
}
</style>