Shades of Free Speech Blue #3F3BB8
Tints of Free Speech Blue #3F3BB8
RGB
CMYK
RGB Variations
Color information
#3F3BB8 (or 0x3F3BB8) is known color: Free Speech Blue. HEX triplet: 3F, 3B and B8. RGB value is (63,59,184). Sum of RGB (Red+Green+Blue) = 63+59+184=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 184 (72.27% from 255 or 60.13% from 306); Max value from RGB is 184 - color contains mainly: blue. Hex color #3F3BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3BB8 is #C0C447. Grayscale: #494949. Windows color (decimal): -12633160 or 12073791. OLE color: 12073791.
HSL color Cylindrical-coordinate representation of color #3F3BB8: hue angle of 241.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F3BB8 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 59 | 184 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.28 |
| HSL | 241.92º | 0.51% | 0.48% | - |
| HSV(B) | 241.92º | 0.68% | 0.72% | - |
| XYZ | 12.27 | 7.65 | 46.18 | - |
| YUV | 74.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 184 | 0.66 | 0.68 | 0 | 0.28 | 241.92 | 0.51 | 0.48 |
| Hex | 3F | 3B | B8 | 42 | 44 | 0 | 1C | F2 | 33 | 30 |
| Octal | 77 | 73 | 270 | 102 | 104 | 0 | 34 | 362 | 63 | 60 |
| Binary | 111111 | 111011 | 10111000 | 1000010 | 1000100 | 0 | 11100 | 11110010 | 110011 | 110000 |
Color Harmonies of #3F3BB8
Complementary color
Monochromatic Colors of #3F3BB8
Black with #3F3BB8
Text Example
Text Example
White with #3F3BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3BB8; }
p { color: rgb(63,59,184); }
H1.HeaderClassName
{
color: #3F3BB8;
}
.AnyTagClassName
{
color: #3F3BB8;
}
</style>
background-color css
<style>
a { background-color: #3F3BB8; }
a { background-color: rgb(63,59,184); }
div.DivClassName
{
background-color: #3F3BB8;
}
.BgClassName
{
background-color: #3F3BB8;
}
</style>
border-color css
<style>
span { border-color: #3F3BB8; }
span { border-color: rgb(63,59,184); }
td.TdClassName
{
border-color: #3F3BB8;
}
.TagClassName
{
border-color: #3F3BB8;
}
</style>