Shades of Free Speech Blue #3F3CBA
Tints of Free Speech Blue #3F3CBA
RGB
CMYK
RGB Variations
Color information
#3F3CBA (or 0x3F3CBA) is known color: Free Speech Blue. HEX triplet: 3F, 3C and BA. RGB value is (63,60,186). Sum of RGB (Red+Green+Blue) = 63+60+186=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F3CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3CBA is #C0C345. Grayscale: #4A4A4A. Windows color (decimal): -12632902 or 12205119. OLE color: 12205119.
HSL color Cylindrical-coordinate representation of color #3F3CBA: hue angle of 241.43º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F3CBA is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 60 | 186 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.27 |
| HSL | 241.43º | 0.51% | 0.48% | - |
| HSV(B) | 241.43º | 0.68% | 0.73% | - |
| XYZ | 12.53 | 7.83 | 47.31 | - |
| YUV | 75.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 186 | 0.66 | 0.68 | 0 | 0.27 | 241.43 | 0.51 | 0.48 |
| Hex | 3F | 3C | BA | 42 | 44 | 0 | 1B | F1 | 33 | 30 |
| Octal | 77 | 74 | 272 | 102 | 104 | 0 | 33 | 361 | 63 | 60 |
| Binary | 111111 | 111100 | 10111010 | 1000010 | 1000100 | 0 | 11011 | 11110001 | 110011 | 110000 |
Color Harmonies of #3F3CBA
Complementary color
Monochromatic Colors of #3F3CBA
Black with #3F3CBA
Text Example
Text Example
White with #3F3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3CBA; }
p { color: rgb(63,60,186); }
H1.HeaderClassName
{
color: #3F3CBA;
}
.AnyTagClassName
{
color: #3F3CBA;
}
</style>
background-color css
<style>
a { background-color: #3F3CBA; }
a { background-color: rgb(63,60,186); }
div.DivClassName
{
background-color: #3F3CBA;
}
.BgClassName
{
background-color: #3F3CBA;
}
</style>
border-color css
<style>
span { border-color: #3F3CBA; }
span { border-color: rgb(63,60,186); }
td.TdClassName
{
border-color: #3F3CBA;
}
.TagClassName
{
border-color: #3F3CBA;
}
</style>