Shades of Free Speech Blue #3E63CD
Tints of Free Speech Blue #3E63CD
RGB
CMYK
RGB Variations
Color information
#3E63CD (or 0x3E63CD) is known color: Free Speech Blue. HEX triplet: 3E, 63 and CD. RGB value is (62,99,205). Sum of RGB (Red+Green+Blue) = 62+99+205=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E63CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E63CD is #C19C32. Grayscale: #636363. Windows color (decimal): -12688435 or 13460286. OLE color: 13460286.
HSL color Cylindrical-coordinate representation of color #3E63CD: hue angle of 224.48º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E63CD is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 99 | 205 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.20 |
| HSL | 224.48º | 0.59% | 0.52% | - |
| HSV(B) | 224.48º | 0.7% | 0.8% | - |
| XYZ | 17.47 | 14.36 | 59.61 | - |
| YUV | 100.02 | 187.24 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 205 | 0.70 | 0.52 | 0 | 0.20 | 224.48 | 0.59 | 0.52 |
| Hex | 3E | 63 | CD | 46 | 34 | 0 | 14 | E0 | 3B | 34 |
| Octal | 76 | 143 | 315 | 106 | 64 | 0 | 24 | 340 | 73 | 64 |
| Binary | 111110 | 1100011 | 11001101 | 1000110 | 110100 | 0 | 10100 | 11100000 | 111011 | 110100 |
Color Harmonies of #3E63CD
Complementary color
Monochromatic Colors of #3E63CD
Black with #3E63CD
Text Example
Text Example
White with #3E63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E63CD; }
p { color: rgb(62,99,205); }
H1.HeaderClassName
{
color: #3E63CD;
}
.AnyTagClassName
{
color: #3E63CD;
}
</style>
background-color css
<style>
a { background-color: #3E63CD; }
a { background-color: rgb(62,99,205); }
div.DivClassName
{
background-color: #3E63CD;
}
.BgClassName
{
background-color: #3E63CD;
}
</style>
border-color css
<style>
span { border-color: #3E63CD; }
span { border-color: rgb(62,99,205); }
td.TdClassName
{
border-color: #3E63CD;
}
.TagClassName
{
border-color: #3E63CD;
}
</style>