Shades of Free Speech Blue #3E5CBE
Tints of Free Speech Blue #3E5CBE
RGB
CMYK
RGB Variations
Color information
#3E5CBE (or 0x3E5CBE) is known color: Free Speech Blue. HEX triplet: 3E, 5C and BE. RGB value is (62,92,190). Sum of RGB (Red+Green+Blue) = 62+92+190=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E5CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5CBE is #C1A341. Grayscale: #5D5D5D. Windows color (decimal): -12690242 or 12475454. OLE color: 12475454.
HSL color Cylindrical-coordinate representation of color #3E5CBE: hue angle of 225.94º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E5CBE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 92 | 190 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.25 |
| HSL | 225.94º | 0.51% | 0.49% | - |
| HSV(B) | 225.94º | 0.67% | 0.75% | - |
| XYZ | 15.11 | 12.4 | 50.31 | - |
| YUV | 94.2 | 182.06 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 92 | 190 | 0.67 | 0.52 | 0 | 0.25 | 225.94 | 0.51 | 0.49 |
| Hex | 3E | 5C | BE | 43 | 34 | 0 | 19 | E2 | 33 | 31 |
| Octal | 76 | 134 | 276 | 103 | 64 | 0 | 31 | 342 | 63 | 61 |
| Binary | 111110 | 1011100 | 10111110 | 1000011 | 110100 | 0 | 11001 | 11100010 | 110011 | 110001 |
Color Harmonies of #3E5CBE
Complementary color
Monochromatic Colors of #3E5CBE
Black with #3E5CBE
Text Example
Text Example
White with #3E5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5CBE; }
p { color: rgb(62,92,190); }
H1.HeaderClassName
{
color: #3E5CBE;
}
.AnyTagClassName
{
color: #3E5CBE;
}
</style>
background-color css
<style>
a { background-color: #3E5CBE; }
a { background-color: rgb(62,92,190); }
div.DivClassName
{
background-color: #3E5CBE;
}
.BgClassName
{
background-color: #3E5CBE;
}
</style>
border-color css
<style>
span { border-color: #3E5CBE; }
span { border-color: rgb(62,92,190); }
td.TdClassName
{
border-color: #3E5CBE;
}
.TagClassName
{
border-color: #3E5CBE;
}
</style>