Shades of Free Speech Blue #3E58BD
Tints of Free Speech Blue #3E58BD
RGB
CMYK
RGB Variations
Color information
#3E58BD (or 0x3E58BD) is known color: Free Speech Blue. HEX triplet: 3E, 58 and BD. RGB value is (62,88,189). Sum of RGB (Red+Green+Blue) = 62+88+189=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E58BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E58BD is #C1A742. Grayscale: #5B5B5B. Windows color (decimal): -12691267 or 12408894. OLE color: 12408894.
HSL color Cylindrical-coordinate representation of color #3E58BD: hue angle of 227.72º 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 #3E58BD is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 88 | 189 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.26 |
| HSL | 227.72º | 0.51% | 0.49% | - |
| HSV(B) | 227.72º | 0.67% | 0.74% | - |
| XYZ | 14.66 | 11.68 | 49.63 | - |
| YUV | 91.74 | 182.89 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 88 | 189 | 0.67 | 0.53 | 0 | 0.26 | 227.72 | 0.51 | 0.49 |
| Hex | 3E | 58 | BD | 43 | 35 | 0 | 1A | E4 | 33 | 31 |
| Octal | 76 | 130 | 275 | 103 | 65 | 0 | 32 | 344 | 63 | 61 |
| Binary | 111110 | 1011000 | 10111101 | 1000011 | 110101 | 0 | 11010 | 11100100 | 110011 | 110001 |
Color Harmonies of #3E58BD
Complementary color
Monochromatic Colors of #3E58BD
Black with #3E58BD
Text Example
Text Example
White with #3E58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E58BD; }
p { color: rgb(62,88,189); }
H1.HeaderClassName
{
color: #3E58BD;
}
.AnyTagClassName
{
color: #3E58BD;
}
</style>
background-color css
<style>
a { background-color: #3E58BD; }
a { background-color: rgb(62,88,189); }
div.DivClassName
{
background-color: #3E58BD;
}
.BgClassName
{
background-color: #3E58BD;
}
</style>
border-color css
<style>
span { border-color: #3E58BD; }
span { border-color: rgb(62,88,189); }
td.TdClassName
{
border-color: #3E58BD;
}
.TagClassName
{
border-color: #3E58BD;
}
</style>