Shades of Free Speech Blue #3F3CBE
Tints of Free Speech Blue #3F3CBE
RGB
CMYK
RGB Variations
Color information
#3F3CBE (or 0x3F3CBE) is known color: Free Speech Blue. HEX triplet: 3F, 3C and BE. RGB value is (63,60,190). Sum of RGB (Red+Green+Blue) = 63+60+190=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F3CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3CBE is #C0C341. Grayscale: #4B4B4B. Windows color (decimal): -12632898 or 12467263. OLE color: 12467263.
HSL color Cylindrical-coordinate representation of color #3F3CBE: hue angle of 241.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F3CBE is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 60 | 190 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.25 |
| HSL | 241.38º | 0.52% | 0.49% | - |
| HSV(B) | 241.38º | 0.68% | 0.75% | - |
| XYZ | 12.96 | 8.01 | 49.58 | - |
| YUV | 75.72 | 192.49 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 190 | 0.67 | 0.68 | 0 | 0.25 | 241.38 | 0.52 | 0.49 |
| Hex | 3F | 3C | BE | 43 | 44 | 0 | 19 | F1 | 34 | 31 |
| Octal | 77 | 74 | 276 | 103 | 104 | 0 | 31 | 361 | 64 | 61 |
| Binary | 111111 | 111100 | 10111110 | 1000011 | 1000100 | 0 | 11001 | 11110001 | 110100 | 110001 |
Color Harmonies of #3F3CBE
Complementary color
Monochromatic Colors of #3F3CBE
Black with #3F3CBE
Text Example
Text Example
White with #3F3CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3CBE; }
p { color: rgb(63,60,190); }
H1.HeaderClassName
{
color: #3F3CBE;
}
.AnyTagClassName
{
color: #3F3CBE;
}
</style>
background-color css
<style>
a { background-color: #3F3CBE; }
a { background-color: rgb(63,60,190); }
div.DivClassName
{
background-color: #3F3CBE;
}
.BgClassName
{
background-color: #3F3CBE;
}
</style>
border-color css
<style>
span { border-color: #3F3CBE; }
span { border-color: rgb(63,60,190); }
td.TdClassName
{
border-color: #3F3CBE;
}
.TagClassName
{
border-color: #3F3CBE;
}
</style>