Shades of Free Speech Blue #3E5DD0
Tints of Free Speech Blue #3E5DD0
RGB
CMYK
RGB Variations
Color information
#3E5DD0 (or 0x3E5DD0) is known color: Free Speech Blue. HEX triplet: 3E, 5D and D0. RGB value is (62,93,208). Sum of RGB (Red+Green+Blue) = 62+93+208=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #3E5DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DD0 is #C1A22F. Grayscale: #606060. Windows color (decimal): -12689968 or 13655358. OLE color: 13655358.
HSL color Cylindrical-coordinate representation of color #3E5DD0: hue angle of 227.26º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E5DD0 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 93 | 208 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.18 |
| HSL | 227.26º | 0.61% | 0.53% | - |
| HSV(B) | 227.26º | 0.7% | 0.82% | - |
| XYZ | 17.29 | 13.41 | 61.35 | - |
| YUV | 96.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 208 | 0.70 | 0.55 | 0 | 0.18 | 227.26 | 0.61 | 0.53 |
| Hex | 3E | 5D | D0 | 46 | 37 | 0 | 12 | E3 | 3D | 35 |
| Octal | 76 | 135 | 320 | 106 | 67 | 0 | 22 | 343 | 75 | 65 |
| Binary | 111110 | 1011101 | 11010000 | 1000110 | 110111 | 0 | 10010 | 11100011 | 111101 | 110101 |
Color Harmonies of #3E5DD0
Complementary color
Monochromatic Colors of #3E5DD0
Black with #3E5DD0
Text Example
Text Example
White with #3E5DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DD0; }
p { color: rgb(62,93,208); }
H1.HeaderClassName
{
color: #3E5DD0;
}
.AnyTagClassName
{
color: #3E5DD0;
}
</style>
background-color css
<style>
a { background-color: #3E5DD0; }
a { background-color: rgb(62,93,208); }
div.DivClassName
{
background-color: #3E5DD0;
}
.BgClassName
{
background-color: #3E5DD0;
}
</style>
border-color css
<style>
span { border-color: #3E5DD0; }
span { border-color: rgb(62,93,208); }
td.TdClassName
{
border-color: #3E5DD0;
}
.TagClassName
{
border-color: #3E5DD0;
}
</style>