Shades of Free Speech Blue #3F63BD
Tints of Free Speech Blue #3F63BD
RGB
CMYK
RGB Variations
Color information
#3F63BD (or 0x3F63BD) is known color: Free Speech Blue. HEX triplet: 3F, 63 and BD. RGB value is (63,99,189). Sum of RGB (Red+Green+Blue) = 63+99+189=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F63BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F63BD is #C09C42. Grayscale: #626262. Windows color (decimal): -12622915 or 12411711. OLE color: 12411711.
HSL color Cylindrical-coordinate representation of color #3F63BD: hue angle of 222.86º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F63BD is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 99 | 189 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.26 |
| HSL | 222.86º | 0.5% | 0.49% | - |
| HSV(B) | 222.86º | 0.67% | 0.74% | - |
| XYZ | 15.7 | 13.65 | 49.95 | - |
| YUV | 98.5 | 179.07 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 189 | 0.67 | 0.48 | 0 | 0.26 | 222.86 | 0.5 | 0.49 |
| Hex | 3F | 63 | BD | 43 | 30 | 0 | 1A | DF | 32 | 31 |
| Octal | 77 | 143 | 275 | 103 | 60 | 0 | 32 | 337 | 62 | 61 |
| Binary | 111111 | 1100011 | 10111101 | 1000011 | 110000 | 0 | 11010 | 11011111 | 110010 | 110001 |
Color Harmonies of #3F63BD
Complementary color
Monochromatic Colors of #3F63BD
Black with #3F63BD
Text Example
Text Example
White with #3F63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F63BD; }
p { color: rgb(63,99,189); }
H1.HeaderClassName
{
color: #3F63BD;
}
.AnyTagClassName
{
color: #3F63BD;
}
</style>
background-color css
<style>
a { background-color: #3F63BD; }
a { background-color: rgb(63,99,189); }
div.DivClassName
{
background-color: #3F63BD;
}
.BgClassName
{
background-color: #3F63BD;
}
</style>
border-color css
<style>
span { border-color: #3F63BD; }
span { border-color: rgb(63,99,189); }
td.TdClassName
{
border-color: #3F63BD;
}
.TagClassName
{
border-color: #3F63BD;
}
</style>