Shades of Free Speech Blue #3E37C4
Tints of Free Speech Blue #3E37C4
RGB
CMYK
RGB Variations
Color information
#3E37C4 (or 0x3E37C4) is known color: Free Speech Blue. HEX triplet: 3E, 37 and C4. RGB value is (62,55,196). Sum of RGB (Red+Green+Blue) = 62+55+196=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 196 (76.95% from 255 or 62.62% from 313); Max value from RGB is 196 - color contains mainly: blue. Hex color #3E37C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E37C4 is #C1C83B. Grayscale: #484848. Windows color (decimal): -12699708 or 12859198. OLE color: 12859198.
HSL color Cylindrical-coordinate representation of color #3E37C4: hue angle of 242.98º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E37C4 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 55 | 196 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.23 |
| HSL | 242.98º | 0.56% | 0.49% | - |
| HSV(B) | 242.98º | 0.72% | 0.77% | - |
| XYZ | 13.32 | 7.74 | 53.02 | - |
| YUV | 73.17 | 197.32 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 196 | 0.68 | 0.72 | 0 | 0.23 | 242.98 | 0.56 | 0.49 |
| Hex | 3E | 37 | C4 | 44 | 48 | 0 | 17 | F3 | 38 | 31 |
| Octal | 76 | 67 | 304 | 104 | 110 | 0 | 27 | 363 | 70 | 61 |
| Binary | 111110 | 110111 | 11000100 | 1000100 | 1001000 | 0 | 10111 | 11110011 | 111000 | 110001 |
Color Harmonies of #3E37C4
Complementary color
Monochromatic Colors of #3E37C4
Black with #3E37C4
Text Example
Text Example
White with #3E37C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E37C4; }
p { color: rgb(62,55,196); }
H1.HeaderClassName
{
color: #3E37C4;
}
.AnyTagClassName
{
color: #3E37C4;
}
</style>
background-color css
<style>
a { background-color: #3E37C4; }
a { background-color: rgb(62,55,196); }
div.DivClassName
{
background-color: #3E37C4;
}
.BgClassName
{
background-color: #3E37C4;
}
</style>
border-color css
<style>
span { border-color: #3E37C4; }
span { border-color: rgb(62,55,196); }
td.TdClassName
{
border-color: #3E37C4;
}
.TagClassName
{
border-color: #3E37C4;
}
</style>