Shades of Free Speech Blue #3E50CB
Tints of Free Speech Blue #3E50CB
RGB
CMYK
RGB Variations
Color information
#3E50CB (or 0x3E50CB) is known color: Free Speech Blue. HEX triplet: 3E, 50 and CB. RGB value is (62,80,203). Sum of RGB (Red+Green+Blue) = 62+80+203=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E50CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E50CB is #C1AF34. Grayscale: #585858. Windows color (decimal): -12693301 or 13324350. OLE color: 13324350.
HSL color Cylindrical-coordinate representation of color #3E50CB: hue angle of 232.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E50CB is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 80 | 203 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.20 |
| HSL | 232.34º | 0.58% | 0.52% | - |
| HSV(B) | 232.34º | 0.69% | 0.8% | - |
| XYZ | 15.63 | 11.07 | 57.81 | - |
| YUV | 88.64 | 192.54 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 203 | 0.69 | 0.61 | 0 | 0.20 | 232.34 | 0.58 | 0.52 |
| Hex | 3E | 50 | CB | 45 | 3D | 0 | 14 | E8 | 3A | 34 |
| Octal | 76 | 120 | 313 | 105 | 75 | 0 | 24 | 350 | 72 | 64 |
| Binary | 111110 | 1010000 | 11001011 | 1000101 | 111101 | 0 | 10100 | 11101000 | 111010 | 110100 |
Color Harmonies of #3E50CB
Complementary color
Monochromatic Colors of #3E50CB
Black with #3E50CB
Text Example
Text Example
White with #3E50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E50CB; }
p { color: rgb(62,80,203); }
H1.HeaderClassName
{
color: #3E50CB;
}
.AnyTagClassName
{
color: #3E50CB;
}
</style>
background-color css
<style>
a { background-color: #3E50CB; }
a { background-color: rgb(62,80,203); }
div.DivClassName
{
background-color: #3E50CB;
}
.BgClassName
{
background-color: #3E50CB;
}
</style>
border-color css
<style>
span { border-color: #3E50CB; }
span { border-color: rgb(62,80,203); }
td.TdClassName
{
border-color: #3E50CB;
}
.TagClassName
{
border-color: #3E50CB;
}
</style>