Shades of Free Speech Blue #3E38CA
Tints of Free Speech Blue #3E38CA
RGB
CMYK
RGB Variations
Color information
#3E38CA (or 0x3E38CA) is known color: Free Speech Blue. HEX triplet: 3E, 38 and CA. RGB value is (62,56,202). Sum of RGB (Red+Green+Blue) = 62+56+202=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E38CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E38CA is #C1C735. Grayscale: #494949. Windows color (decimal): -12699446 or 13252670. OLE color: 13252670.
HSL color Cylindrical-coordinate representation of color #3E38CA: hue angle of 242.47º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E38CA is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 56 | 202 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.21 |
| HSL | 242.47º | 0.58% | 0.51% | - |
| HSV(B) | 242.47º | 0.72% | 0.79% | - |
| XYZ | 14.06 | 8.12 | 56.7 | - |
| YUV | 74.44 | 199.99 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 202 | 0.69 | 0.72 | 0 | 0.21 | 242.47 | 0.58 | 0.51 |
| Hex | 3E | 38 | CA | 45 | 48 | 0 | 15 | F2 | 3A | 33 |
| Octal | 76 | 70 | 312 | 105 | 110 | 0 | 25 | 362 | 72 | 63 |
| Binary | 111110 | 111000 | 11001010 | 1000101 | 1001000 | 0 | 10101 | 11110010 | 111010 | 110011 |
Color Harmonies of #3E38CA
Complementary color
Monochromatic Colors of #3E38CA
Black with #3E38CA
Text Example
Text Example
White with #3E38CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E38CA; }
p { color: rgb(62,56,202); }
H1.HeaderClassName
{
color: #3E38CA;
}
.AnyTagClassName
{
color: #3E38CA;
}
</style>
background-color css
<style>
a { background-color: #3E38CA; }
a { background-color: rgb(62,56,202); }
div.DivClassName
{
background-color: #3E38CA;
}
.BgClassName
{
background-color: #3E38CA;
}
</style>
border-color css
<style>
span { border-color: #3E38CA; }
span { border-color: rgb(62,56,202); }
td.TdClassName
{
border-color: #3E38CA;
}
.TagClassName
{
border-color: #3E38CA;
}
</style>