Shades of Free Speech Blue #3E4AAF
Tints of Free Speech Blue #3E4AAF
RGB
CMYK
RGB Variations
Color information
#3E4AAF (or 0x3E4AAF) is known color: Free Speech Blue. HEX triplet: 3E, 4A and AF. RGB value is (62,74,175). Sum of RGB (Red+Green+Blue) = 62+74+175=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E4AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4AAF is #C1B550. Grayscale: #515151. Windows color (decimal): -12694865 or 11487806. OLE color: 11487806.
HSL color Cylindrical-coordinate representation of color #3E4AAF: hue angle of 233.63º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E4AAF is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 74 | 175 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.31 |
| HSL | 233.63º | 0.48% | 0.46% | - |
| HSV(B) | 233.63º | 0.65% | 0.69% | - |
| XYZ | 12.17 | 9.02 | 41.66 | - |
| YUV | 81.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 175 | 0.65 | 0.58 | 0 | 0.31 | 233.63 | 0.48 | 0.46 |
| Hex | 3E | 4A | AF | 41 | 3A | 0 | 1F | EA | 30 | 2E |
| Octal | 76 | 112 | 257 | 101 | 72 | 0 | 37 | 352 | 60 | 56 |
| Binary | 111110 | 1001010 | 10101111 | 1000001 | 111010 | 0 | 11111 | 11101010 | 110000 | 101110 |
Color Harmonies of #3E4AAF
Complementary color
Monochromatic Colors of #3E4AAF
Black with #3E4AAF
Text Example
Text Example
White with #3E4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4AAF; }
p { color: rgb(62,74,175); }
H1.HeaderClassName
{
color: #3E4AAF;
}
.AnyTagClassName
{
color: #3E4AAF;
}
</style>
background-color css
<style>
a { background-color: #3E4AAF; }
a { background-color: rgb(62,74,175); }
div.DivClassName
{
background-color: #3E4AAF;
}
.BgClassName
{
background-color: #3E4AAF;
}
</style>
border-color css
<style>
span { border-color: #3E4AAF; }
span { border-color: rgb(62,74,175); }
td.TdClassName
{
border-color: #3E4AAF;
}
.TagClassName
{
border-color: #3E4AAF;
}
</style>