Shades of Free Speech Blue #3E5DBF
Tints of Free Speech Blue #3E5DBF
RGB
CMYK
RGB Variations
Color information
#3E5DBF (or 0x3E5DBF) is known color: Free Speech Blue. HEX triplet: 3E, 5D and BF. RGB value is (62,93,191). Sum of RGB (Red+Green+Blue) = 62+93+191=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E5DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DBF is #C1A240. Grayscale: #5E5E5E. Windows color (decimal): -12689985 or 12541246. OLE color: 12541246.
HSL color Cylindrical-coordinate representation of color #3E5DBF: hue angle of 225.58º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E5DBF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 93 | 191 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.25 |
| HSL | 225.58º | 0.51% | 0.5% | - |
| HSV(B) | 225.58º | 0.68% | 0.75% | - |
| XYZ | 15.3 | 12.61 | 50.92 | - |
| YUV | 94.9 | 182.23 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 191 | 0.68 | 0.51 | 0 | 0.25 | 225.58 | 0.51 | 0.5 |
| Hex | 3E | 5D | BF | 44 | 33 | 0 | 19 | E2 | 33 | 32 |
| Octal | 76 | 135 | 277 | 104 | 63 | 0 | 31 | 342 | 63 | 62 |
| Binary | 111110 | 1011101 | 10111111 | 1000100 | 110011 | 0 | 11001 | 11100010 | 110011 | 110010 |
Color Harmonies of #3E5DBF
Complementary color
Monochromatic Colors of #3E5DBF
Black with #3E5DBF
Text Example
Text Example
White with #3E5DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DBF; }
p { color: rgb(62,93,191); }
H1.HeaderClassName
{
color: #3E5DBF;
}
.AnyTagClassName
{
color: #3E5DBF;
}
</style>
background-color css
<style>
a { background-color: #3E5DBF; }
a { background-color: rgb(62,93,191); }
div.DivClassName
{
background-color: #3E5DBF;
}
.BgClassName
{
background-color: #3E5DBF;
}
</style>
border-color css
<style>
span { border-color: #3E5DBF; }
span { border-color: rgb(62,93,191); }
td.TdClassName
{
border-color: #3E5DBF;
}
.TagClassName
{
border-color: #3E5DBF;
}
</style>