Shades of Free Speech Blue #3E54D8
Tints of Free Speech Blue #3E54D8
RGB
CMYK
RGB Variations
Color information
#3E54D8 (or 0x3E54D8) is known color: Free Speech Blue. HEX triplet: 3E, 54 and D8. RGB value is (62,84,216). Sum of RGB (Red+Green+Blue) = 62+84+216=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #3E54D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E54D8 is #C1AB27. Grayscale: #5B5B5B. Windows color (decimal): -12692264 or 14177342. OLE color: 14177342.
HSL color Cylindrical-coordinate representation of color #3E54D8: hue angle of 231.43º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E54D8 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 84 | 216 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.15 |
| HSL | 231.43º | 0.66% | 0.55% | - |
| HSV(B) | 231.43º | 0.71% | 0.85% | - |
| XYZ | 17.55 | 12.32 | 66.42 | - |
| YUV | 92.47 | 197.71 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 216 | 0.71 | 0.61 | 0 | 0.15 | 231.43 | 0.66 | 0.55 |
| Hex | 3E | 54 | D8 | 47 | 3D | 0 | F | E7 | 42 | 37 |
| Octal | 76 | 124 | 330 | 107 | 75 | 0 | 17 | 347 | 102 | 67 |
| Binary | 111110 | 1010100 | 11011000 | 1000111 | 111101 | 0 | 1111 | 11100111 | 1000010 | 110111 |
Color Harmonies of #3E54D8
Complementary color
Monochromatic Colors of #3E54D8
Black with #3E54D8
Text Example
Text Example
White with #3E54D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E54D8; }
p { color: rgb(62,84,216); }
H1.HeaderClassName
{
color: #3E54D8;
}
.AnyTagClassName
{
color: #3E54D8;
}
</style>
background-color css
<style>
a { background-color: #3E54D8; }
a { background-color: rgb(62,84,216); }
div.DivClassName
{
background-color: #3E54D8;
}
.BgClassName
{
background-color: #3E54D8;
}
</style>
border-color css
<style>
span { border-color: #3E54D8; }
span { border-color: rgb(62,84,216); }
td.TdClassName
{
border-color: #3E54D8;
}
.TagClassName
{
border-color: #3E54D8;
}
</style>