Shades of Free Speech Blue #3E60BC
Tints of Free Speech Blue #3E60BC
RGB
CMYK
RGB Variations
Color information
#3E60BC (or 0x3E60BC) is known color: Free Speech Blue. HEX triplet: 3E, 60 and BC. RGB value is (62,96,188). Sum of RGB (Red+Green+Blue) = 62+96+188=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 96 (37.89% from 255 or 27.75% 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 #3E60BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E60BC is #C19F43. Grayscale: #5F5F5F. Windows color (decimal): -12689220 or 12345406. OLE color: 12345406.
HSL color Cylindrical-coordinate representation of color #3E60BC: hue angle of 223.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E60BC is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 96 | 188 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.26 |
| HSL | 223.81º | 0.5% | 0.49% | - |
| HSV(B) | 223.81º | 0.67% | 0.74% | - |
| XYZ | 15.25 | 13.02 | 49.29 | - |
| YUV | 96.32 | 179.74 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 188 | 0.67 | 0.49 | 0 | 0.26 | 223.81 | 0.5 | 0.49 |
| Hex | 3E | 60 | BC | 43 | 31 | 0 | 1A | E0 | 32 | 31 |
| Octal | 76 | 140 | 274 | 103 | 61 | 0 | 32 | 340 | 62 | 61 |
| Binary | 111110 | 1100000 | 10111100 | 1000011 | 110001 | 0 | 11010 | 11100000 | 110010 | 110001 |
Color Harmonies of #3E60BC
Complementary color
Monochromatic Colors of #3E60BC
Black with #3E60BC
Text Example
Text Example
White with #3E60BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E60BC; }
p { color: rgb(62,96,188); }
H1.HeaderClassName
{
color: #3E60BC;
}
.AnyTagClassName
{
color: #3E60BC;
}
</style>
background-color css
<style>
a { background-color: #3E60BC; }
a { background-color: rgb(62,96,188); }
div.DivClassName
{
background-color: #3E60BC;
}
.BgClassName
{
background-color: #3E60BC;
}
</style>
border-color css
<style>
span { border-color: #3E60BC; }
span { border-color: rgb(62,96,188); }
td.TdClassName
{
border-color: #3E60BC;
}
.TagClassName
{
border-color: #3E60BC;
}
</style>