Shades of Free Speech Blue #3E3FBE
Tints of Free Speech Blue #3E3FBE
RGB
CMYK
RGB Variations
Color information
#3E3FBE (or 0x3E3FBE) is known color: Free Speech Blue. HEX triplet: 3E, 3F and BE. RGB value is (62,63,190). Sum of RGB (Red+Green+Blue) = 62+63+190=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E3FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3FBE is #C1C041. Grayscale: #4C4C4C. Windows color (decimal): -12697666 or 12468030. OLE color: 12468030.
HSL color Cylindrical-coordinate representation of color #3E3FBE: hue angle of 239.53º 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 #3E3FBE is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 63 | 190 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.25 |
| HSL | 239.53º | 0.51% | 0.49% | - |
| HSV(B) | 239.53º | 0.67% | 0.75% | - |
| XYZ | 13.06 | 8.3 | 49.63 | - |
| YUV | 77.18 | 191.67 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 190 | 0.67 | 0.67 | 0 | 0.25 | 239.53 | 0.51 | 0.49 |
| Hex | 3E | 3F | BE | 43 | 43 | 0 | 19 | F0 | 33 | 31 |
| Octal | 76 | 77 | 276 | 103 | 103 | 0 | 31 | 360 | 63 | 61 |
| Binary | 111110 | 111111 | 10111110 | 1000011 | 1000011 | 0 | 11001 | 11110000 | 110011 | 110001 |
Color Harmonies of #3E3FBE
Complementary color
Monochromatic Colors of #3E3FBE
Black with #3E3FBE
Text Example
Text Example
White with #3E3FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3FBE; }
p { color: rgb(62,63,190); }
H1.HeaderClassName
{
color: #3E3FBE;
}
.AnyTagClassName
{
color: #3E3FBE;
}
</style>
background-color css
<style>
a { background-color: #3E3FBE; }
a { background-color: rgb(62,63,190); }
div.DivClassName
{
background-color: #3E3FBE;
}
.BgClassName
{
background-color: #3E3FBE;
}
</style>
border-color css
<style>
span { border-color: #3E3FBE; }
span { border-color: rgb(62,63,190); }
td.TdClassName
{
border-color: #3E3FBE;
}
.TagClassName
{
border-color: #3E3FBE;
}
</style>