Shades of Free Speech Blue #3E60BE
Tints of Free Speech Blue #3E60BE
RGB
CMYK
RGB Variations
Color information
#3E60BE (or 0x3E60BE) is known color: Free Speech Blue. HEX triplet: 3E, 60 and BE. RGB value is (62,96,190). Sum of RGB (Red+Green+Blue) = 62+96+190=348 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.82% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E60BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E60BE is #C19F41. Grayscale: #606060. Windows color (decimal): -12689218 or 12476478. OLE color: 12476478.
HSL color Cylindrical-coordinate representation of color #3E60BE: hue angle of 224.06º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E60BE is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 96 | 190 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.25 |
| HSL | 224.06º | 0.51% | 0.49% | - |
| HSV(B) | 224.06º | 0.67% | 0.75% | - |
| XYZ | 15.46 | 13.11 | 50.43 | - |
| YUV | 96.55 | 180.74 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 190 | 0.67 | 0.49 | 0 | 0.25 | 224.06 | 0.51 | 0.49 |
| Hex | 3E | 60 | BE | 43 | 31 | 0 | 19 | E0 | 33 | 31 |
| Octal | 76 | 140 | 276 | 103 | 61 | 0 | 31 | 340 | 63 | 61 |
| Binary | 111110 | 1100000 | 10111110 | 1000011 | 110001 | 0 | 11001 | 11100000 | 110011 | 110001 |
Color Harmonies of #3E60BE
Complementary color
Monochromatic Colors of #3E60BE
Black with #3E60BE
Text Example
Text Example
White with #3E60BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E60BE; }
p { color: rgb(62,96,190); }
H1.HeaderClassName
{
color: #3E60BE;
}
.AnyTagClassName
{
color: #3E60BE;
}
</style>
background-color css
<style>
a { background-color: #3E60BE; }
a { background-color: rgb(62,96,190); }
div.DivClassName
{
background-color: #3E60BE;
}
.BgClassName
{
background-color: #3E60BE;
}
</style>
border-color css
<style>
span { border-color: #3E60BE; }
span { border-color: rgb(62,96,190); }
td.TdClassName
{
border-color: #3E60BE;
}
.TagClassName
{
border-color: #3E60BE;
}
</style>