Shades of Free Speech Blue #3E45BE
Tints of Free Speech Blue #3E45BE
RGB
CMYK
RGB Variations
Color information
#3E45BE (or 0x3E45BE) is known color: Free Speech Blue. HEX triplet: 3E, 45 and BE. RGB value is (62,69,190). Sum of RGB (Red+Green+Blue) = 62+69+190=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E45BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E45BE is #C1BA41. Grayscale: #505050. Windows color (decimal): -12696130 or 12469566. OLE color: 12469566.
HSL color Cylindrical-coordinate representation of color #3E45BE: hue angle of 236.72º 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 #3E45BE is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 69 | 190 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.25 |
| HSL | 236.72º | 0.51% | 0.49% | - |
| HSV(B) | 236.72º | 0.67% | 0.75% | - |
| XYZ | 13.41 | 9 | 49.75 | - |
| YUV | 80.7 | 189.68 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 190 | 0.67 | 0.64 | 0 | 0.25 | 236.72 | 0.51 | 0.49 |
| Hex | 3E | 45 | BE | 43 | 40 | 0 | 19 | ED | 33 | 31 |
| Octal | 76 | 105 | 276 | 103 | 100 | 0 | 31 | 355 | 63 | 61 |
| Binary | 111110 | 1000101 | 10111110 | 1000011 | 1000000 | 0 | 11001 | 11101101 | 110011 | 110001 |
Color Harmonies of #3E45BE
Complementary color
Monochromatic Colors of #3E45BE
Black with #3E45BE
Text Example
Text Example
White with #3E45BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E45BE; }
p { color: rgb(62,69,190); }
H1.HeaderClassName
{
color: #3E45BE;
}
.AnyTagClassName
{
color: #3E45BE;
}
</style>
background-color css
<style>
a { background-color: #3E45BE; }
a { background-color: rgb(62,69,190); }
div.DivClassName
{
background-color: #3E45BE;
}
.BgClassName
{
background-color: #3E45BE;
}
</style>
border-color css
<style>
span { border-color: #3E45BE; }
span { border-color: rgb(62,69,190); }
td.TdClassName
{
border-color: #3E45BE;
}
.TagClassName
{
border-color: #3E45BE;
}
</style>