Shades of Free Speech Blue #3C6ABE
Tints of Free Speech Blue #3C6ABE
RGB
CMYK
RGB Variations
Color information
#3C6ABE (or 0x3C6ABE) is known color: Free Speech Blue. HEX triplet: 3C, 6A and BE. RGB value is (60,106,190). Sum of RGB (Red+Green+Blue) = 60+106+190=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C6ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ABE is #C39541. Grayscale: #656565. Windows color (decimal): -12817730 or 12479036. OLE color: 12479036.
HSL color Cylindrical-coordinate representation of color #3C6ABE: hue angle of 218.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C6ABE is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 106 | 190 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.25 |
| HSL | 218.77º | 0.52% | 0.49% | - |
| HSV(B) | 218.77º | 0.68% | 0.75% | - |
| XYZ | 16.31 | 14.99 | 50.75 | - |
| YUV | 101.82 | 177.76 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 106 | 190 | 0.68 | 0.44 | 0 | 0.25 | 218.77 | 0.52 | 0.49 |
| Hex | 3C | 6A | BE | 44 | 2C | 0 | 19 | DB | 34 | 31 |
| Octal | 74 | 152 | 276 | 104 | 54 | 0 | 31 | 333 | 64 | 61 |
| Binary | 111100 | 1101010 | 10111110 | 1000100 | 101100 | 0 | 11001 | 11011011 | 110100 | 110001 |
Color Harmonies of #3C6ABE
Complementary color
Monochromatic Colors of #3C6ABE
Black with #3C6ABE
Text Example
Text Example
White with #3C6ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6ABE; }
p { color: rgb(60,106,190); }
H1.HeaderClassName
{
color: #3C6ABE;
}
.AnyTagClassName
{
color: #3C6ABE;
}
</style>
background-color css
<style>
a { background-color: #3C6ABE; }
a { background-color: rgb(60,106,190); }
div.DivClassName
{
background-color: #3C6ABE;
}
.BgClassName
{
background-color: #3C6ABE;
}
</style>
border-color css
<style>
span { border-color: #3C6ABE; }
span { border-color: rgb(60,106,190); }
td.TdClassName
{
border-color: #3C6ABE;
}
.TagClassName
{
border-color: #3C6ABE;
}
</style>