Shades of Free Speech Blue #3B63BC
Tints of Free Speech Blue #3B63BC
RGB
CMYK
RGB Variations
Color information
#3B63BC (or 0x3B63BC) is known color: Free Speech Blue. HEX triplet: 3B, 63 and BC. RGB value is (59,99,188). Sum of RGB (Red+Green+Blue) = 59+99+188=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B63BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B63BC is #C49C43. Grayscale: #606060. Windows color (decimal): -12885060 or 12346171. OLE color: 12346171.
HSL color Cylindrical-coordinate representation of color #3B63BC: hue angle of 221.4º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B63BC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 99 | 188 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.26 |
| HSL | 221.4º | 0.52% | 0.48% | - |
| HSV(B) | 221.4º | 0.69% | 0.74% | - |
| XYZ | 15.34 | 13.48 | 49.37 | - |
| YUV | 97.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 99 | 188 | 0.69 | 0.47 | 0 | 0.26 | 221.4 | 0.52 | 0.48 |
| Hex | 3B | 63 | BC | 45 | 2F | 0 | 1A | DD | 34 | 30 |
| Octal | 73 | 143 | 274 | 105 | 57 | 0 | 32 | 335 | 64 | 60 |
| Binary | 111011 | 1100011 | 10111100 | 1000101 | 101111 | 0 | 11010 | 11011101 | 110100 | 110000 |
Color Harmonies of #3B63BC
Complementary color
Monochromatic Colors of #3B63BC
Black with #3B63BC
Text Example
Text Example
White with #3B63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B63BC; }
p { color: rgb(59,99,188); }
H1.HeaderClassName
{
color: #3B63BC;
}
.AnyTagClassName
{
color: #3B63BC;
}
</style>
background-color css
<style>
a { background-color: #3B63BC; }
a { background-color: rgb(59,99,188); }
div.DivClassName
{
background-color: #3B63BC;
}
.BgClassName
{
background-color: #3B63BC;
}
</style>
border-color css
<style>
span { border-color: #3B63BC; }
span { border-color: rgb(59,99,188); }
td.TdClassName
{
border-color: #3B63BC;
}
.TagClassName
{
border-color: #3B63BC;
}
</style>