Shades of Free Speech Blue #3F65BC
Tints of Free Speech Blue #3F65BC
RGB
CMYK
RGB Variations
Color information
#3F65BC (or 0x3F65BC) is known color: Free Speech Blue. HEX triplet: 3F, 65 and BC. RGB value is (63,101,188). Sum of RGB (Red+Green+Blue) = 63+101+188=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F65BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F65BC is #C09A43. Grayscale: #636363. Windows color (decimal): -12622404 or 12346687. OLE color: 12346687.
HSL color Cylindrical-coordinate representation of color #3F65BC: hue angle of 221.76º 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 #3F65BC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 101 | 188 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.26 |
| HSL | 221.76º | 0.5% | 0.49% | - |
| HSV(B) | 221.76º | 0.66% | 0.74% | - |
| XYZ | 15.78 | 13.99 | 49.45 | - |
| YUV | 99.56 | 177.91 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 188 | 0.66 | 0.46 | 0 | 0.26 | 221.76 | 0.5 | 0.49 |
| Hex | 3F | 65 | BC | 42 | 2E | 0 | 1A | DE | 32 | 31 |
| Octal | 77 | 145 | 274 | 102 | 56 | 0 | 32 | 336 | 62 | 61 |
| Binary | 111111 | 1100101 | 10111100 | 1000010 | 101110 | 0 | 11010 | 11011110 | 110010 | 110001 |
Color Harmonies of #3F65BC
Complementary color
Monochromatic Colors of #3F65BC
Black with #3F65BC
Text Example
Text Example
White with #3F65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F65BC; }
p { color: rgb(63,101,188); }
H1.HeaderClassName
{
color: #3F65BC;
}
.AnyTagClassName
{
color: #3F65BC;
}
</style>
background-color css
<style>
a { background-color: #3F65BC; }
a { background-color: rgb(63,101,188); }
div.DivClassName
{
background-color: #3F65BC;
}
.BgClassName
{
background-color: #3F65BC;
}
</style>
border-color css
<style>
span { border-color: #3F65BC; }
span { border-color: rgb(63,101,188); }
td.TdClassName
{
border-color: #3F65BC;
}
.TagClassName
{
border-color: #3F65BC;
}
</style>