Shades of Free Speech Blue #3E48AD
Tints of Free Speech Blue #3E48AD
RGB
CMYK
RGB Variations
Color information
#3E48AD (or 0x3E48AD) is known color: Free Speech Blue. HEX triplet: 3E, 48 and AD. RGB value is (62,72,173). Sum of RGB (Red+Green+Blue) = 62+72+173=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E48AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E48AD is #C1B752. Grayscale: #505050. Windows color (decimal): -12695379 or 11356222. OLE color: 11356222.
HSL color Cylindrical-coordinate representation of color #3E48AD: hue angle of 234.59º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E48AD is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 72 | 173 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.32 |
| HSL | 234.59º | 0.47% | 0.46% | - |
| HSV(B) | 234.59º | 0.64% | 0.68% | - |
| XYZ | 11.85 | 8.68 | 40.59 | - |
| YUV | 80.52 | 180.19 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 173 | 0.64 | 0.58 | 0 | 0.32 | 234.59 | 0.47 | 0.46 |
| Hex | 3E | 48 | AD | 40 | 3A | 0 | 20 | EB | 2F | 2E |
| Octal | 76 | 110 | 255 | 100 | 72 | 0 | 40 | 353 | 57 | 56 |
| Binary | 111110 | 1001000 | 10101101 | 1000000 | 111010 | 0 | 100000 | 11101011 | 101111 | 101110 |
Color Harmonies of #3E48AD
Complementary color
Monochromatic Colors of #3E48AD
Black with #3E48AD
Text Example
Text Example
White with #3E48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E48AD; }
p { color: rgb(62,72,173); }
H1.HeaderClassName
{
color: #3E48AD;
}
.AnyTagClassName
{
color: #3E48AD;
}
</style>
background-color css
<style>
a { background-color: #3E48AD; }
a { background-color: rgb(62,72,173); }
div.DivClassName
{
background-color: #3E48AD;
}
.BgClassName
{
background-color: #3E48AD;
}
</style>
border-color css
<style>
span { border-color: #3E48AD; }
span { border-color: rgb(62,72,173); }
td.TdClassName
{
border-color: #3E48AD;
}
.TagClassName
{
border-color: #3E48AD;
}
</style>