Shades of Free Speech Blue #3C6DC1
Tints of Free Speech Blue #3C6DC1
RGB
CMYK
RGB Variations
Color information
#3C6DC1 (or 0x3C6DC1) is known color: Free Speech Blue. HEX triplet: 3C, 6D and C1. RGB value is (60,109,193). Sum of RGB (Red+Green+Blue) = 60+109+193=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C6DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6DC1 is #C3923E. Grayscale: #676767. Windows color (decimal): -12816959 or 12676412. OLE color: 12676412.
HSL color Cylindrical-coordinate representation of color #3C6DC1: hue angle of 217.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C6DC1 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 109 | 193 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.24 |
| HSL | 217.89º | 0.53% | 0.5% | - |
| HSV(B) | 217.89º | 0.69% | 0.76% | - |
| XYZ | 16.96 | 15.75 | 52.6 | - |
| YUV | 103.93 | 178.27 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 193 | 0.69 | 0.44 | 0 | 0.24 | 217.89 | 0.53 | 0.5 |
| Hex | 3C | 6D | C1 | 45 | 2C | 0 | 18 | DA | 35 | 32 |
| Octal | 74 | 155 | 301 | 105 | 54 | 0 | 30 | 332 | 65 | 62 |
| Binary | 111100 | 1101101 | 11000001 | 1000101 | 101100 | 0 | 11000 | 11011010 | 110101 | 110010 |
Color Harmonies of #3C6DC1
Complementary color
Monochromatic Colors of #3C6DC1
Black with #3C6DC1
Text Example
Text Example
White with #3C6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6DC1; }
p { color: rgb(60,109,193); }
H1.HeaderClassName
{
color: #3C6DC1;
}
.AnyTagClassName
{
color: #3C6DC1;
}
</style>
background-color css
<style>
a { background-color: #3C6DC1; }
a { background-color: rgb(60,109,193); }
div.DivClassName
{
background-color: #3C6DC1;
}
.BgClassName
{
background-color: #3C6DC1;
}
</style>
border-color css
<style>
span { border-color: #3C6DC1; }
span { border-color: rgb(60,109,193); }
td.TdClassName
{
border-color: #3C6DC1;
}
.TagClassName
{
border-color: #3C6DC1;
}
</style>