Shades of Free Speech Blue #3C6BBE
Tints of Free Speech Blue #3C6BBE
RGB
CMYK
RGB Variations
Color information
#3C6BBE (or 0x3C6BBE) is known color: Free Speech Blue. HEX triplet: 3C, 6B and BE. RGB value is (60,107,190). Sum of RGB (Red+Green+Blue) = 60+107+190=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C6BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6BBE is #C39441. Grayscale: #666666. Windows color (decimal): -12817474 or 12479292. OLE color: 12479292.
HSL color Cylindrical-coordinate representation of color #3C6BBE: hue angle of 218.31º 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 #3C6BBE is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 107 | 190 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.25 |
| HSL | 218.31º | 0.52% | 0.49% | - |
| HSV(B) | 218.31º | 0.68% | 0.75% | - |
| XYZ | 16.42 | 15.19 | 50.78 | - |
| YUV | 102.41 | 177.43 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 190 | 0.68 | 0.44 | 0 | 0.25 | 218.31 | 0.52 | 0.49 |
| Hex | 3C | 6B | BE | 44 | 2C | 0 | 19 | DA | 34 | 31 |
| Octal | 74 | 153 | 276 | 104 | 54 | 0 | 31 | 332 | 64 | 61 |
| Binary | 111100 | 1101011 | 10111110 | 1000100 | 101100 | 0 | 11001 | 11011010 | 110100 | 110001 |
Color Harmonies of #3C6BBE
Complementary color
Monochromatic Colors of #3C6BBE
Black with #3C6BBE
Text Example
Text Example
White with #3C6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6BBE; }
p { color: rgb(60,107,190); }
H1.HeaderClassName
{
color: #3C6BBE;
}
.AnyTagClassName
{
color: #3C6BBE;
}
</style>
background-color css
<style>
a { background-color: #3C6BBE; }
a { background-color: rgb(60,107,190); }
div.DivClassName
{
background-color: #3C6BBE;
}
.BgClassName
{
background-color: #3C6BBE;
}
</style>
border-color css
<style>
span { border-color: #3C6BBE; }
span { border-color: rgb(60,107,190); }
td.TdClassName
{
border-color: #3C6BBE;
}
.TagClassName
{
border-color: #3C6BBE;
}
</style>