Shades of Free Speech Blue #3C61BC
Tints of Free Speech Blue #3C61BC
RGB
CMYK
RGB Variations
Color information
#3C61BC (or 0x3C61BC) is known color: Free Speech Blue. HEX triplet: 3C, 61 and BC. RGB value is (60,97,188). Sum of RGB (Red+Green+Blue) = 60+97+188=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C61BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C61BC is #C39E43. Grayscale: #5F5F5F. Windows color (decimal): -12820036 or 12345660. OLE color: 12345660.
HSL color Cylindrical-coordinate representation of color #3C61BC: hue angle of 222.66º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C61BC is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 97 | 188 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.26 |
| HSL | 222.66º | 0.52% | 0.49% | - |
| HSV(B) | 222.66º | 0.68% | 0.74% | - |
| XYZ | 15.22 | 13.14 | 49.31 | - |
| YUV | 96.31 | 179.74 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 188 | 0.68 | 0.48 | 0 | 0.26 | 222.66 | 0.52 | 0.49 |
| Hex | 3C | 61 | BC | 44 | 30 | 0 | 1A | DF | 34 | 31 |
| Octal | 74 | 141 | 274 | 104 | 60 | 0 | 32 | 337 | 64 | 61 |
| Binary | 111100 | 1100001 | 10111100 | 1000100 | 110000 | 0 | 11010 | 11011111 | 110100 | 110001 |
Color Harmonies of #3C61BC
Complementary color
Monochromatic Colors of #3C61BC
Black with #3C61BC
Text Example
Text Example
White with #3C61BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C61BC; }
p { color: rgb(60,97,188); }
H1.HeaderClassName
{
color: #3C61BC;
}
.AnyTagClassName
{
color: #3C61BC;
}
</style>
background-color css
<style>
a { background-color: #3C61BC; }
a { background-color: rgb(60,97,188); }
div.DivClassName
{
background-color: #3C61BC;
}
.BgClassName
{
background-color: #3C61BC;
}
</style>
border-color css
<style>
span { border-color: #3C61BC; }
span { border-color: rgb(60,97,188); }
td.TdClassName
{
border-color: #3C61BC;
}
.TagClassName
{
border-color: #3C61BC;
}
</style>