Shades of Free Speech Blue #3E49CA
Tints of Free Speech Blue #3E49CA
RGB
CMYK
RGB Variations
Color information
#3E49CA (or 0x3E49CA) is known color: Free Speech Blue. HEX triplet: 3E, 49 and CA. RGB value is (62,73,202). Sum of RGB (Red+Green+Blue) = 62+73+202=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E49CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E49CA is #C1B635. Grayscale: #535353. Windows color (decimal): -12695094 or 13257022. OLE color: 13257022.
HSL color Cylindrical-coordinate representation of color #3E49CA: hue angle of 235.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E49CA is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 73 | 202 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.21 |
| HSL | 235.29º | 0.57% | 0.52% | - |
| HSV(B) | 235.29º | 0.69% | 0.79% | - |
| XYZ | 15.03 | 10.05 | 57.03 | - |
| YUV | 84.42 | 194.36 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 202 | 0.69 | 0.64 | 0 | 0.21 | 235.29 | 0.57 | 0.52 |
| Hex | 3E | 49 | CA | 45 | 40 | 0 | 15 | EB | 39 | 34 |
| Octal | 76 | 111 | 312 | 105 | 100 | 0 | 25 | 353 | 71 | 64 |
| Binary | 111110 | 1001001 | 11001010 | 1000101 | 1000000 | 0 | 10101 | 11101011 | 111001 | 110100 |
Color Harmonies of #3E49CA
Complementary color
Monochromatic Colors of #3E49CA
Black with #3E49CA
Text Example
Text Example
White with #3E49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E49CA; }
p { color: rgb(62,73,202); }
H1.HeaderClassName
{
color: #3E49CA;
}
.AnyTagClassName
{
color: #3E49CA;
}
</style>
background-color css
<style>
a { background-color: #3E49CA; }
a { background-color: rgb(62,73,202); }
div.DivClassName
{
background-color: #3E49CA;
}
.BgClassName
{
background-color: #3E49CA;
}
</style>
border-color css
<style>
span { border-color: #3E49CA; }
span { border-color: rgb(62,73,202); }
td.TdClassName
{
border-color: #3E49CA;
}
.TagClassName
{
border-color: #3E49CA;
}
</style>