Shades of Free Speech Blue #3F45BC
Tints of Free Speech Blue #3F45BC
RGB
CMYK
RGB Variations
Color information
#3F45BC (or 0x3F45BC) is known color: Free Speech Blue. HEX triplet: 3F, 45 and BC. RGB value is (63,69,188). Sum of RGB (Red+Green+Blue) = 63+69+188=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F45BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F45BC is #C0BA43. Grayscale: #505050. Windows color (decimal): -12630596 or 12338495. OLE color: 12338495.
HSL color Cylindrical-coordinate representation of color #3F45BC: hue angle of 237.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F45BC is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 69 | 188 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.26 |
| HSL | 237.12º | 0.5% | 0.49% | - |
| HSV(B) | 237.12º | 0.66% | 0.74% | - |
| XYZ | 13.26 | 8.94 | 48.6 | - |
| YUV | 80.77 | 188.51 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 188 | 0.66 | 0.63 | 0 | 0.26 | 237.12 | 0.5 | 0.49 |
| Hex | 3F | 45 | BC | 42 | 3F | 0 | 1A | ED | 32 | 31 |
| Octal | 77 | 105 | 274 | 102 | 77 | 0 | 32 | 355 | 62 | 61 |
| Binary | 111111 | 1000101 | 10111100 | 1000010 | 111111 | 0 | 11010 | 11101101 | 110010 | 110001 |
Color Harmonies of #3F45BC
Complementary color
Monochromatic Colors of #3F45BC
Black with #3F45BC
Text Example
Text Example
White with #3F45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F45BC; }
p { color: rgb(63,69,188); }
H1.HeaderClassName
{
color: #3F45BC;
}
.AnyTagClassName
{
color: #3F45BC;
}
</style>
background-color css
<style>
a { background-color: #3F45BC; }
a { background-color: rgb(63,69,188); }
div.DivClassName
{
background-color: #3F45BC;
}
.BgClassName
{
background-color: #3F45BC;
}
</style>
border-color css
<style>
span { border-color: #3F45BC; }
span { border-color: rgb(63,69,188); }
td.TdClassName
{
border-color: #3F45BC;
}
.TagClassName
{
border-color: #3F45BC;
}
</style>