Shades of Free Speech Blue #3F66BD
Tints of Free Speech Blue #3F66BD
RGB
CMYK
RGB Variations
Color information
#3F66BD (or 0x3F66BD) is known color: Free Speech Blue. HEX triplet: 3F, 66 and BD. RGB value is (63,102,189). Sum of RGB (Red+Green+Blue) = 63+102+189=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F66BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F66BD is #C09942. Grayscale: #636363. Windows color (decimal): -12622147 or 12412479. OLE color: 12412479.
HSL color Cylindrical-coordinate representation of color #3F66BD: hue angle of 221.43º 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 #3F66BD is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 102 | 189 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.26 |
| HSL | 221.43º | 0.5% | 0.49% | - |
| HSV(B) | 221.43º | 0.67% | 0.74% | - |
| XYZ | 15.99 | 14.23 | 50.05 | - |
| YUV | 100.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 189 | 0.67 | 0.46 | 0 | 0.26 | 221.43 | 0.5 | 0.49 |
| Hex | 3F | 66 | BD | 43 | 2E | 0 | 1A | DD | 32 | 31 |
| Octal | 77 | 146 | 275 | 103 | 56 | 0 | 32 | 335 | 62 | 61 |
| Binary | 111111 | 1100110 | 10111101 | 1000011 | 101110 | 0 | 11010 | 11011101 | 110010 | 110001 |
Color Harmonies of #3F66BD
Complementary color
Monochromatic Colors of #3F66BD
Black with #3F66BD
Text Example
Text Example
White with #3F66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F66BD; }
p { color: rgb(63,102,189); }
H1.HeaderClassName
{
color: #3F66BD;
}
.AnyTagClassName
{
color: #3F66BD;
}
</style>
background-color css
<style>
a { background-color: #3F66BD; }
a { background-color: rgb(63,102,189); }
div.DivClassName
{
background-color: #3F66BD;
}
.BgClassName
{
background-color: #3F66BD;
}
</style>
border-color css
<style>
span { border-color: #3F66BD; }
span { border-color: rgb(63,102,189); }
td.TdClassName
{
border-color: #3F66BD;
}
.TagClassName
{
border-color: #3F66BD;
}
</style>