Shades of Free Speech Blue #3E5DCF
Tints of Free Speech Blue #3E5DCF
RGB
CMYK
RGB Variations
Color information
#3E5DCF (or 0x3E5DCF) is known color: Free Speech Blue. HEX triplet: 3E, 5D and CF. RGB value is (62,93,207). Sum of RGB (Red+Green+Blue) = 62+93+207=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E5DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DCF is #C1A230. Grayscale: #606060. Windows color (decimal): -12689969 or 13589822. OLE color: 13589822.
HSL color Cylindrical-coordinate representation of color #3E5DCF: hue angle of 227.17º 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 #3E5DCF is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 93 | 207 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.19 |
| HSL | 227.17º | 0.6% | 0.53% | - |
| HSV(B) | 227.17º | 0.7% | 0.81% | - |
| XYZ | 17.16 | 13.36 | 60.71 | - |
| YUV | 96.73 | 190.23 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 207 | 0.70 | 0.55 | 0 | 0.19 | 227.17 | 0.6 | 0.53 |
| Hex | 3E | 5D | CF | 46 | 37 | 0 | 13 | E3 | 3C | 35 |
| Octal | 76 | 135 | 317 | 106 | 67 | 0 | 23 | 343 | 74 | 65 |
| Binary | 111110 | 1011101 | 11001111 | 1000110 | 110111 | 0 | 10011 | 11100011 | 111100 | 110101 |
Color Harmonies of #3E5DCF
Complementary color
Monochromatic Colors of #3E5DCF
Black with #3E5DCF
Text Example
Text Example
White with #3E5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DCF; }
p { color: rgb(62,93,207); }
H1.HeaderClassName
{
color: #3E5DCF;
}
.AnyTagClassName
{
color: #3E5DCF;
}
</style>
background-color css
<style>
a { background-color: #3E5DCF; }
a { background-color: rgb(62,93,207); }
div.DivClassName
{
background-color: #3E5DCF;
}
.BgClassName
{
background-color: #3E5DCF;
}
</style>
border-color css
<style>
span { border-color: #3E5DCF; }
span { border-color: rgb(62,93,207); }
td.TdClassName
{
border-color: #3E5DCF;
}
.TagClassName
{
border-color: #3E5DCF;
}
</style>