Shades of Free Speech Blue #3E45BA
Tints of Free Speech Blue #3E45BA
RGB
CMYK
RGB Variations
Color information
#3E45BA (or 0x3E45BA) is known color: Free Speech Blue. HEX triplet: 3E, 45 and BA. RGB value is (62,69,186). Sum of RGB (Red+Green+Blue) = 62+69+186=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E45BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E45BA is #C1BA45. Grayscale: #4F4F4F. Windows color (decimal): -12696134 or 12207422. OLE color: 12207422.
HSL color Cylindrical-coordinate representation of color #3E45BA: hue angle of 236.61º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E45BA is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 69 | 186 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.27 |
| HSL | 236.61º | 0.5% | 0.49% | - |
| HSV(B) | 236.61º | 0.67% | 0.73% | - |
| XYZ | 12.98 | 8.83 | 47.47 | - |
| YUV | 80.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 186 | 0.67 | 0.63 | 0 | 0.27 | 236.61 | 0.5 | 0.49 |
| Hex | 3E | 45 | BA | 43 | 3F | 0 | 1B | ED | 32 | 31 |
| Octal | 76 | 105 | 272 | 103 | 77 | 0 | 33 | 355 | 62 | 61 |
| Binary | 111110 | 1000101 | 10111010 | 1000011 | 111111 | 0 | 11011 | 11101101 | 110010 | 110001 |
Color Harmonies of #3E45BA
Complementary color
Monochromatic Colors of #3E45BA
Black with #3E45BA
Text Example
Text Example
White with #3E45BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E45BA; }
p { color: rgb(62,69,186); }
H1.HeaderClassName
{
color: #3E45BA;
}
.AnyTagClassName
{
color: #3E45BA;
}
</style>
background-color css
<style>
a { background-color: #3E45BA; }
a { background-color: rgb(62,69,186); }
div.DivClassName
{
background-color: #3E45BA;
}
.BgClassName
{
background-color: #3E45BA;
}
</style>
border-color css
<style>
span { border-color: #3E45BA; }
span { border-color: rgb(62,69,186); }
td.TdClassName
{
border-color: #3E45BA;
}
.TagClassName
{
border-color: #3E45BA;
}
</style>