Shades of Free Speech Blue #3E3FBA
Tints of Free Speech Blue #3E3FBA
RGB
CMYK
RGB Variations
Color information
#3E3FBA (or 0x3E3FBA) is known color: Free Speech Blue. HEX triplet: 3E, 3F and BA. RGB value is (62,63,186). Sum of RGB (Red+Green+Blue) = 62+63+186=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E3FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3FBA is #C1C045. Grayscale: #4C4C4C. Windows color (decimal): -12697670 or 12205886. OLE color: 12205886.
HSL color Cylindrical-coordinate representation of color #3E3FBA: hue angle of 239.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E3FBA is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 63 | 186 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.27 |
| HSL | 239.52º | 0.5% | 0.49% | - |
| HSV(B) | 239.52º | 0.67% | 0.73% | - |
| XYZ | 12.63 | 8.12 | 47.36 | - |
| YUV | 76.72 | 189.67 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 186 | 0.67 | 0.66 | 0 | 0.27 | 239.52 | 0.5 | 0.49 |
| Hex | 3E | 3F | BA | 43 | 42 | 0 | 1B | F0 | 32 | 31 |
| Octal | 76 | 77 | 272 | 103 | 102 | 0 | 33 | 360 | 62 | 61 |
| Binary | 111110 | 111111 | 10111010 | 1000011 | 1000010 | 0 | 11011 | 11110000 | 110010 | 110001 |
Color Harmonies of #3E3FBA
Complementary color
Monochromatic Colors of #3E3FBA
Black with #3E3FBA
Text Example
Text Example
White with #3E3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3FBA; }
p { color: rgb(62,63,186); }
H1.HeaderClassName
{
color: #3E3FBA;
}
.AnyTagClassName
{
color: #3E3FBA;
}
</style>
background-color css
<style>
a { background-color: #3E3FBA; }
a { background-color: rgb(62,63,186); }
div.DivClassName
{
background-color: #3E3FBA;
}
.BgClassName
{
background-color: #3E3FBA;
}
</style>
border-color css
<style>
span { border-color: #3E3FBA; }
span { border-color: rgb(62,63,186); }
td.TdClassName
{
border-color: #3E3FBA;
}
.TagClassName
{
border-color: #3E3FBA;
}
</style>