Shades of Free Speech Blue #3E5BCB
Tints of Free Speech Blue #3E5BCB
RGB
CMYK
RGB Variations
Color information
#3E5BCB (or 0x3E5BCB) is known color: Free Speech Blue. HEX triplet: 3E, 5B and CB. RGB value is (62,91,203). Sum of RGB (Red+Green+Blue) = 62+91+203=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E5BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5BCB is #C1A434. Grayscale: #5E5E5E. Windows color (decimal): -12690485 or 13327166. OLE color: 13327166.
HSL color Cylindrical-coordinate representation of color #3E5BCB: hue angle of 227.66º 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 #3E5BCB is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 91 | 203 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.20 |
| HSL | 227.66º | 0.58% | 0.52% | - |
| HSV(B) | 227.66º | 0.69% | 0.8% | - |
| XYZ | 16.51 | 12.82 | 58.1 | - |
| YUV | 95.1 | 188.89 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 203 | 0.69 | 0.55 | 0 | 0.20 | 227.66 | 0.58 | 0.52 |
| Hex | 3E | 5B | CB | 45 | 37 | 0 | 14 | E4 | 3A | 34 |
| Octal | 76 | 133 | 313 | 105 | 67 | 0 | 24 | 344 | 72 | 64 |
| Binary | 111110 | 1011011 | 11001011 | 1000101 | 110111 | 0 | 10100 | 11100100 | 111010 | 110100 |
Color Harmonies of #3E5BCB
Complementary color
Monochromatic Colors of #3E5BCB
Black with #3E5BCB
Text Example
Text Example
White with #3E5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5BCB; }
p { color: rgb(62,91,203); }
H1.HeaderClassName
{
color: #3E5BCB;
}
.AnyTagClassName
{
color: #3E5BCB;
}
</style>
background-color css
<style>
a { background-color: #3E5BCB; }
a { background-color: rgb(62,91,203); }
div.DivClassName
{
background-color: #3E5BCB;
}
.BgClassName
{
background-color: #3E5BCB;
}
</style>
border-color css
<style>
span { border-color: #3E5BCB; }
span { border-color: rgb(62,91,203); }
td.TdClassName
{
border-color: #3E5BCB;
}
.TagClassName
{
border-color: #3E5BCB;
}
</style>