Shades of Free Speech Blue #3E5CBF
Tints of Free Speech Blue #3E5CBF
RGB
CMYK
RGB Variations
Color information
#3E5CBF (or 0x3E5CBF) is known color: Free Speech Blue. HEX triplet: 3E, 5C and BF. RGB value is (62,92,191). Sum of RGB (Red+Green+Blue) = 62+92+191=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E5CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5CBF is #C1A340. Grayscale: #5D5D5D. Windows color (decimal): -12690241 or 12540990. OLE color: 12540990.
HSL color Cylindrical-coordinate representation of color #3E5CBF: hue angle of 226.05º 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 #3E5CBF is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 92 | 191 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.25 |
| HSL | 226.05º | 0.51% | 0.5% | - |
| HSV(B) | 226.05º | 0.68% | 0.75% | - |
| XYZ | 15.22 | 12.44 | 50.89 | - |
| YUV | 94.32 | 182.56 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 92 | 191 | 0.68 | 0.52 | 0 | 0.25 | 226.05 | 0.51 | 0.5 |
| Hex | 3E | 5C | BF | 44 | 34 | 0 | 19 | E2 | 33 | 32 |
| Octal | 76 | 134 | 277 | 104 | 64 | 0 | 31 | 342 | 63 | 62 |
| Binary | 111110 | 1011100 | 10111111 | 1000100 | 110100 | 0 | 11001 | 11100010 | 110011 | 110010 |
Color Harmonies of #3E5CBF
Complementary color
Monochromatic Colors of #3E5CBF
Black with #3E5CBF
Text Example
Text Example
White with #3E5CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5CBF; }
p { color: rgb(62,92,191); }
H1.HeaderClassName
{
color: #3E5CBF;
}
.AnyTagClassName
{
color: #3E5CBF;
}
</style>
background-color css
<style>
a { background-color: #3E5CBF; }
a { background-color: rgb(62,92,191); }
div.DivClassName
{
background-color: #3E5CBF;
}
.BgClassName
{
background-color: #3E5CBF;
}
</style>
border-color css
<style>
span { border-color: #3E5CBF; }
span { border-color: rgb(62,92,191); }
td.TdClassName
{
border-color: #3E5CBF;
}
.TagClassName
{
border-color: #3E5CBF;
}
</style>