Shades of Free Speech Blue #3E45BD
Tints of Free Speech Blue #3E45BD
RGB
CMYK
RGB Variations
Color information
#3E45BD (or 0x3E45BD) is known color: Free Speech Blue. HEX triplet: 3E, 45 and BD. RGB value is (62,69,189). Sum of RGB (Red+Green+Blue) = 62+69+189=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E45BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E45BD is #C1BA42. Grayscale: #505050. Windows color (decimal): -12696131 or 12404030. OLE color: 12404030.
HSL color Cylindrical-coordinate representation of color #3E45BD: hue angle of 236.69º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E45BD is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 69 | 189 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.26 |
| HSL | 236.69º | 0.51% | 0.49% | - |
| HSV(B) | 236.69º | 0.67% | 0.74% | - |
| XYZ | 13.3 | 8.95 | 49.17 | - |
| YUV | 80.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 189 | 0.67 | 0.63 | 0 | 0.26 | 236.69 | 0.51 | 0.49 |
| Hex | 3E | 45 | BD | 43 | 3F | 0 | 1A | ED | 33 | 31 |
| Octal | 76 | 105 | 275 | 103 | 77 | 0 | 32 | 355 | 63 | 61 |
| Binary | 111110 | 1000101 | 10111101 | 1000011 | 111111 | 0 | 11010 | 11101101 | 110011 | 110001 |
Color Harmonies of #3E45BD
Complementary color
Monochromatic Colors of #3E45BD
Black with #3E45BD
Text Example
Text Example
White with #3E45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E45BD; }
p { color: rgb(62,69,189); }
H1.HeaderClassName
{
color: #3E45BD;
}
.AnyTagClassName
{
color: #3E45BD;
}
</style>
background-color css
<style>
a { background-color: #3E45BD; }
a { background-color: rgb(62,69,189); }
div.DivClassName
{
background-color: #3E45BD;
}
.BgClassName
{
background-color: #3E45BD;
}
</style>
border-color css
<style>
span { border-color: #3E45BD; }
span { border-color: rgb(62,69,189); }
td.TdClassName
{
border-color: #3E45BD;
}
.TagClassName
{
border-color: #3E45BD;
}
</style>