Shades of Free Speech Blue #3F35BA
Tints of Free Speech Blue #3F35BA
RGB
CMYK
RGB Variations
Color information
#3F35BA (or 0x3F35BA) is known color: Free Speech Blue. HEX triplet: 3F, 35 and BA. RGB value is (63,53,186). Sum of RGB (Red+Green+Blue) = 63+53+186=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F35BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F35BA is #C0CA45. Grayscale: #464646. Windows color (decimal): -12634694 or 12203327. OLE color: 12203327.
HSL color Cylindrical-coordinate representation of color #3F35BA: hue angle of 244.51º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F35BA is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 53 | 186 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.27 |
| HSL | 244.51º | 0.56% | 0.47% | - |
| HSV(B) | 244.51º | 0.72% | 0.73% | - |
| XYZ | 12.19 | 7.15 | 47.19 | - |
| YUV | 71.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 186 | 0.66 | 0.72 | 0 | 0.27 | 244.51 | 0.56 | 0.47 |
| Hex | 3F | 35 | BA | 42 | 48 | 0 | 1B | F5 | 38 | 2F |
| Octal | 77 | 65 | 272 | 102 | 110 | 0 | 33 | 365 | 70 | 57 |
| Binary | 111111 | 110101 | 10111010 | 1000010 | 1001000 | 0 | 11011 | 11110101 | 111000 | 101111 |
Color Harmonies of #3F35BA
Complementary color
Monochromatic Colors of #3F35BA
Black with #3F35BA
Text Example
Text Example
White with #3F35BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F35BA; }
p { color: rgb(63,53,186); }
H1.HeaderClassName
{
color: #3F35BA;
}
.AnyTagClassName
{
color: #3F35BA;
}
</style>
background-color css
<style>
a { background-color: #3F35BA; }
a { background-color: rgb(63,53,186); }
div.DivClassName
{
background-color: #3F35BA;
}
.BgClassName
{
background-color: #3F35BA;
}
</style>
border-color css
<style>
span { border-color: #3F35BA; }
span { border-color: rgb(63,53,186); }
td.TdClassName
{
border-color: #3F35BA;
}
.TagClassName
{
border-color: #3F35BA;
}
</style>