Shades of Free Speech Blue #3E6ABE
Tints of Free Speech Blue #3E6ABE
RGB
CMYK
RGB Variations
Color information
#3E6ABE (or 0x3E6ABE) is known color: Free Speech Blue. HEX triplet: 3E, 6A and BE. RGB value is (62,106,190). Sum of RGB (Red+Green+Blue) = 62+106+190=358 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.32% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E6ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6ABE is #C19541. Grayscale: #666666. Windows color (decimal): -12686658 or 12479038. OLE color: 12479038.
HSL color Cylindrical-coordinate representation of color #3E6ABE: hue angle of 219.38º 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 #3E6ABE is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 106 | 190 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.25 |
| HSL | 219.38º | 0.51% | 0.49% | - |
| HSV(B) | 219.38º | 0.67% | 0.75% | - |
| XYZ | 16.43 | 15.05 | 50.75 | - |
| YUV | 102.42 | 177.42 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 190 | 0.67 | 0.44 | 0 | 0.25 | 219.38 | 0.51 | 0.49 |
| Hex | 3E | 6A | BE | 43 | 2C | 0 | 19 | DB | 33 | 31 |
| Octal | 76 | 152 | 276 | 103 | 54 | 0 | 31 | 333 | 63 | 61 |
| Binary | 111110 | 1101010 | 10111110 | 1000011 | 101100 | 0 | 11001 | 11011011 | 110011 | 110001 |
Color Harmonies of #3E6ABE
Complementary color
Monochromatic Colors of #3E6ABE
Black with #3E6ABE
Text Example
Text Example
White with #3E6ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6ABE; }
p { color: rgb(62,106,190); }
H1.HeaderClassName
{
color: #3E6ABE;
}
.AnyTagClassName
{
color: #3E6ABE;
}
</style>
background-color css
<style>
a { background-color: #3E6ABE; }
a { background-color: rgb(62,106,190); }
div.DivClassName
{
background-color: #3E6ABE;
}
.BgClassName
{
background-color: #3E6ABE;
}
</style>
border-color css
<style>
span { border-color: #3E6ABE; }
span { border-color: rgb(62,106,190); }
td.TdClassName
{
border-color: #3E6ABE;
}
.TagClassName
{
border-color: #3E6ABE;
}
</style>