Shades of Free Speech Blue #3E5DCE
Tints of Free Speech Blue #3E5DCE
RGB
CMYK
RGB Variations
Color information
#3E5DCE (or 0x3E5DCE) is known color: Free Speech Blue. HEX triplet: 3E, 5D and CE. RGB value is (62,93,206). Sum of RGB (Red+Green+Blue) = 62+93+206=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E5DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DCE is #C1A231. Grayscale: #606060. Windows color (decimal): -12689970 or 13524286. OLE color: 13524286.
HSL color Cylindrical-coordinate representation of color #3E5DCE: hue angle of 227.08º 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 #3E5DCE is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 93 | 206 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.19 |
| HSL | 227.08º | 0.6% | 0.53% | - |
| HSV(B) | 227.08º | 0.7% | 0.81% | - |
| XYZ | 17.04 | 13.31 | 60.06 | - |
| YUV | 96.61 | 189.73 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 206 | 0.70 | 0.55 | 0 | 0.19 | 227.08 | 0.6 | 0.53 |
| Hex | 3E | 5D | CE | 46 | 37 | 0 | 13 | E3 | 3C | 35 |
| Octal | 76 | 135 | 316 | 106 | 67 | 0 | 23 | 343 | 74 | 65 |
| Binary | 111110 | 1011101 | 11001110 | 1000110 | 110111 | 0 | 10011 | 11100011 | 111100 | 110101 |
Color Harmonies of #3E5DCE
Complementary color
Monochromatic Colors of #3E5DCE
Black with #3E5DCE
Text Example
Text Example
White with #3E5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DCE; }
p { color: rgb(62,93,206); }
H1.HeaderClassName
{
color: #3E5DCE;
}
.AnyTagClassName
{
color: #3E5DCE;
}
</style>
background-color css
<style>
a { background-color: #3E5DCE; }
a { background-color: rgb(62,93,206); }
div.DivClassName
{
background-color: #3E5DCE;
}
.BgClassName
{
background-color: #3E5DCE;
}
</style>
border-color css
<style>
span { border-color: #3E5DCE; }
span { border-color: rgb(62,93,206); }
td.TdClassName
{
border-color: #3E5DCE;
}
.TagClassName
{
border-color: #3E5DCE;
}
</style>