Shades of Free Speech Blue #3E3CBC
Tints of Free Speech Blue #3E3CBC
RGB
CMYK
RGB Variations
Color information
#3E3CBC (or 0x3E3CBC) is known color: Free Speech Blue. HEX triplet: 3E, 3C and BC. RGB value is (62,60,188). Sum of RGB (Red+Green+Blue) = 62+60+188=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E3CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3CBC is #C1C343. Grayscale: #4A4A4A. Windows color (decimal): -12698436 or 12336190. OLE color: 12336190.
HSL color Cylindrical-coordinate representation of color #3E3CBC: hue angle of 240.94º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E3CBC is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 60 | 188 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.26 |
| HSL | 240.94º | 0.52% | 0.49% | - |
| HSV(B) | 240.94º | 0.68% | 0.74% | - |
| XYZ | 12.68 | 7.89 | 48.43 | - |
| YUV | 75.19 | 191.66 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 188 | 0.67 | 0.68 | 0 | 0.26 | 240.94 | 0.52 | 0.49 |
| Hex | 3E | 3C | BC | 43 | 44 | 0 | 1A | F1 | 34 | 31 |
| Octal | 76 | 74 | 274 | 103 | 104 | 0 | 32 | 361 | 64 | 61 |
| Binary | 111110 | 111100 | 10111100 | 1000011 | 1000100 | 0 | 11010 | 11110001 | 110100 | 110001 |
Color Harmonies of #3E3CBC
Complementary color
Monochromatic Colors of #3E3CBC
Black with #3E3CBC
Text Example
Text Example
White with #3E3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3CBC; }
p { color: rgb(62,60,188); }
H1.HeaderClassName
{
color: #3E3CBC;
}
.AnyTagClassName
{
color: #3E3CBC;
}
</style>
background-color css
<style>
a { background-color: #3E3CBC; }
a { background-color: rgb(62,60,188); }
div.DivClassName
{
background-color: #3E3CBC;
}
.BgClassName
{
background-color: #3E3CBC;
}
</style>
border-color css
<style>
span { border-color: #3E3CBC; }
span { border-color: rgb(62,60,188); }
td.TdClassName
{
border-color: #3E3CBC;
}
.TagClassName
{
border-color: #3E3CBC;
}
</style>