Shades of Free Speech Blue #3E53DD
Tints of Free Speech Blue #3E53DD
RGB
CMYK
RGB Variations
Color information
#3E53DD (or 0x3E53DD) is known color: Free Speech Blue. HEX triplet: 3E, 53 and DD. RGB value is (62,83,221). Sum of RGB (Red+Green+Blue) = 62+83+221=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E53DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E53DD is #C1AC22. Grayscale: #5B5B5B. Windows color (decimal): -12692515 or 14504766. OLE color: 14504766.
HSL color Cylindrical-coordinate representation of color #3E53DD: hue angle of 232.08º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E53DD is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 83 | 221 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.13 |
| HSL | 232.08º | 0.7% | 0.55% | - |
| HSV(B) | 232.08º | 0.72% | 0.87% | - |
| XYZ | 18.13 | 12.43 | 69.85 | - |
| YUV | 92.45 | 200.54 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 221 | 0.72 | 0.62 | 0 | 0.13 | 232.08 | 0.7 | 0.55 |
| Hex | 3E | 53 | DD | 48 | 3E | 0 | D | E8 | 46 | 37 |
| Octal | 76 | 123 | 335 | 110 | 76 | 0 | 15 | 350 | 106 | 67 |
| Binary | 111110 | 1010011 | 11011101 | 1001000 | 111110 | 0 | 1101 | 11101000 | 1000110 | 110111 |
Color Harmonies of #3E53DD
Complementary color
Monochromatic Colors of #3E53DD
Black with #3E53DD
Text Example
Text Example
White with #3E53DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E53DD; }
p { color: rgb(62,83,221); }
H1.HeaderClassName
{
color: #3E53DD;
}
.AnyTagClassName
{
color: #3E53DD;
}
</style>
background-color css
<style>
a { background-color: #3E53DD; }
a { background-color: rgb(62,83,221); }
div.DivClassName
{
background-color: #3E53DD;
}
.BgClassName
{
background-color: #3E53DD;
}
</style>
border-color css
<style>
span { border-color: #3E53DD; }
span { border-color: rgb(62,83,221); }
td.TdClassName
{
border-color: #3E53DD;
}
.TagClassName
{
border-color: #3E53DD;
}
</style>