Shades of Free Speech Blue #3E5BCF
Tints of Free Speech Blue #3E5BCF
RGB
CMYK
RGB Variations
Color information
#3E5BCF (or 0x3E5BCF) is known color: Free Speech Blue. HEX triplet: 3E, 5B and CF. RGB value is (62,91,207). Sum of RGB (Red+Green+Blue) = 62+91+207=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E5BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5BCF is #C1A430. Grayscale: #5F5F5F. Windows color (decimal): -12690481 or 13589310. OLE color: 13589310.
HSL color Cylindrical-coordinate representation of color #3E5BCF: hue angle of 228º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E5BCF is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 91 | 207 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.19 |
| HSL | 228º | 0.6% | 0.53% | - |
| HSV(B) | 228º | 0.7% | 0.81% | - |
| XYZ | 16.99 | 13.01 | 60.65 | - |
| YUV | 95.55 | 190.89 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 207 | 0.70 | 0.56 | 0 | 0.19 | 228 | 0.6 | 0.53 |
| Hex | 3E | 5B | CF | 46 | 38 | 0 | 13 | E4 | 3C | 35 |
| Octal | 76 | 133 | 317 | 106 | 70 | 0 | 23 | 344 | 74 | 65 |
| Binary | 111110 | 1011011 | 11001111 | 1000110 | 111000 | 0 | 10011 | 11100100 | 111100 | 110101 |
Color Harmonies of #3E5BCF
Complementary color
Monochromatic Colors of #3E5BCF
Black with #3E5BCF
Text Example
Text Example
White with #3E5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5BCF; }
p { color: rgb(62,91,207); }
H1.HeaderClassName
{
color: #3E5BCF;
}
.AnyTagClassName
{
color: #3E5BCF;
}
</style>
background-color css
<style>
a { background-color: #3E5BCF; }
a { background-color: rgb(62,91,207); }
div.DivClassName
{
background-color: #3E5BCF;
}
.BgClassName
{
background-color: #3E5BCF;
}
</style>
border-color css
<style>
span { border-color: #3E5BCF; }
span { border-color: rgb(62,91,207); }
td.TdClassName
{
border-color: #3E5BCF;
}
.TagClassName
{
border-color: #3E5BCF;
}
</style>