Shades of Free Speech Blue #3E37CA
Tints of Free Speech Blue #3E37CA
RGB
CMYK
RGB Variations
Color information
#3E37CA (or 0x3E37CA) is known color: Free Speech Blue. HEX triplet: 3E, 37 and CA. RGB value is (62,55,202). Sum of RGB (Red+Green+Blue) = 62+55+202=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E37CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E37CA is #C1C835. Grayscale: #494949. Windows color (decimal): -12699702 or 13252414. OLE color: 13252414.
HSL color Cylindrical-coordinate representation of color #3E37CA: hue angle of 242.86º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E37CA is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 55 | 202 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.21 |
| HSL | 242.86º | 0.58% | 0.5% | - |
| HSV(B) | 242.86º | 0.73% | 0.79% | - |
| XYZ | 14.01 | 8.02 | 56.69 | - |
| YUV | 73.85 | 200.32 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 202 | 0.69 | 0.73 | 0 | 0.21 | 242.86 | 0.58 | 0.5 |
| Hex | 3E | 37 | CA | 45 | 49 | 0 | 15 | F3 | 3A | 32 |
| Octal | 76 | 67 | 312 | 105 | 111 | 0 | 25 | 363 | 72 | 62 |
| Binary | 111110 | 110111 | 11001010 | 1000101 | 1001001 | 0 | 10101 | 11110011 | 111010 | 110010 |
Color Harmonies of #3E37CA
Complementary color
Monochromatic Colors of #3E37CA
Black with #3E37CA
Text Example
Text Example
White with #3E37CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E37CA; }
p { color: rgb(62,55,202); }
H1.HeaderClassName
{
color: #3E37CA;
}
.AnyTagClassName
{
color: #3E37CA;
}
</style>
background-color css
<style>
a { background-color: #3E37CA; }
a { background-color: rgb(62,55,202); }
div.DivClassName
{
background-color: #3E37CA;
}
.BgClassName
{
background-color: #3E37CA;
}
</style>
border-color css
<style>
span { border-color: #3E37CA; }
span { border-color: rgb(62,55,202); }
td.TdClassName
{
border-color: #3E37CA;
}
.TagClassName
{
border-color: #3E37CA;
}
</style>