Shades of Free Speech Blue #3E4BCE
Tints of Free Speech Blue #3E4BCE
RGB
CMYK
RGB Variations
Color information
#3E4BCE (or 0x3E4BCE) is known color: Free Speech Blue. HEX triplet: 3E, 4B and CE. RGB value is (62,75,206). Sum of RGB (Red+Green+Blue) = 62+75+206=343 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.08% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E4BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4BCE is #C1B431. Grayscale: #555555. Windows color (decimal): -12694578 or 13519678. OLE color: 13519678.
HSL color Cylindrical-coordinate representation of color #3E4BCE: hue angle of 234.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E4BCE is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 75 | 206 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.19 |
| HSL | 234.58º | 0.6% | 0.53% | - |
| HSV(B) | 234.58º | 0.7% | 0.81% | - |
| XYZ | 15.64 | 10.51 | 59.6 | - |
| YUV | 86.05 | 195.69 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 75 | 206 | 0.70 | 0.64 | 0 | 0.19 | 234.58 | 0.6 | 0.53 |
| Hex | 3E | 4B | CE | 46 | 40 | 0 | 13 | EB | 3C | 35 |
| Octal | 76 | 113 | 316 | 106 | 100 | 0 | 23 | 353 | 74 | 65 |
| Binary | 111110 | 1001011 | 11001110 | 1000110 | 1000000 | 0 | 10011 | 11101011 | 111100 | 110101 |
Color Harmonies of #3E4BCE
Complementary color
Monochromatic Colors of #3E4BCE
Black with #3E4BCE
Text Example
Text Example
White with #3E4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4BCE; }
p { color: rgb(62,75,206); }
H1.HeaderClassName
{
color: #3E4BCE;
}
.AnyTagClassName
{
color: #3E4BCE;
}
</style>
background-color css
<style>
a { background-color: #3E4BCE; }
a { background-color: rgb(62,75,206); }
div.DivClassName
{
background-color: #3E4BCE;
}
.BgClassName
{
background-color: #3E4BCE;
}
</style>
border-color css
<style>
span { border-color: #3E4BCE; }
span { border-color: rgb(62,75,206); }
td.TdClassName
{
border-color: #3E4BCE;
}
.TagClassName
{
border-color: #3E4BCE;
}
</style>