Shades of Free Speech Blue #3E4ABF
Tints of Free Speech Blue #3E4ABF
RGB
CMYK
RGB Variations
Color information
#3E4ABF (or 0x3E4ABF) is known color: Free Speech Blue. HEX triplet: 3E, 4A and BF. RGB value is (62,74,191). Sum of RGB (Red+Green+Blue) = 62+74+191=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E4ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4ABF is #C1B540. Grayscale: #535353. Windows color (decimal): -12694849 or 12536382. OLE color: 12536382.
HSL color Cylindrical-coordinate representation of color #3E4ABF: hue angle of 234.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E4ABF is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 74 | 191 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.25 |
| HSL | 234.42º | 0.51% | 0.5% | - |
| HSV(B) | 234.42º | 0.68% | 0.75% | - |
| XYZ | 13.84 | 9.68 | 50.43 | - |
| YUV | 83.75 | 188.52 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 191 | 0.68 | 0.61 | 0 | 0.25 | 234.42 | 0.51 | 0.5 |
| Hex | 3E | 4A | BF | 44 | 3D | 0 | 19 | EA | 33 | 32 |
| Octal | 76 | 112 | 277 | 104 | 75 | 0 | 31 | 352 | 63 | 62 |
| Binary | 111110 | 1001010 | 10111111 | 1000100 | 111101 | 0 | 11001 | 11101010 | 110011 | 110010 |
Color Harmonies of #3E4ABF
Complementary color
Monochromatic Colors of #3E4ABF
Black with #3E4ABF
Text Example
Text Example
White with #3E4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4ABF; }
p { color: rgb(62,74,191); }
H1.HeaderClassName
{
color: #3E4ABF;
}
.AnyTagClassName
{
color: #3E4ABF;
}
</style>
background-color css
<style>
a { background-color: #3E4ABF; }
a { background-color: rgb(62,74,191); }
div.DivClassName
{
background-color: #3E4ABF;
}
.BgClassName
{
background-color: #3E4ABF;
}
</style>
border-color css
<style>
span { border-color: #3E4ABF; }
span { border-color: rgb(62,74,191); }
td.TdClassName
{
border-color: #3E4ABF;
}
.TagClassName
{
border-color: #3E4ABF;
}
</style>