Shades of Free Speech Blue #3E40AF
Tints of Free Speech Blue #3E40AF
RGB
CMYK
RGB Variations
Color information
#3E40AF (or 0x3E40AF) is known color: Free Speech Blue. HEX triplet: 3E, 40 and AF. RGB value is (62,64,175). Sum of RGB (Red+Green+Blue) = 62+64+175=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E40AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E40AF is #C1BF50. Grayscale: #4B4B4B. Windows color (decimal): -12697425 or 11485246. OLE color: 11485246.
HSL color Cylindrical-coordinate representation of color #3E40AF: hue angle of 238.94º 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 #3E40AF is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 64 | 175 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.31 |
| HSL | 238.94º | 0.48% | 0.46% | - |
| HSV(B) | 238.94º | 0.65% | 0.69% | - |
| XYZ | 11.56 | 7.79 | 41.45 | - |
| YUV | 76.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 175 | 0.65 | 0.63 | 0 | 0.31 | 238.94 | 0.48 | 0.46 |
| Hex | 3E | 40 | AF | 41 | 3F | 0 | 1F | EF | 30 | 2E |
| Octal | 76 | 100 | 257 | 101 | 77 | 0 | 37 | 357 | 60 | 56 |
| Binary | 111110 | 1000000 | 10101111 | 1000001 | 111111 | 0 | 11111 | 11101111 | 110000 | 101110 |
Color Harmonies of #3E40AF
Complementary color
Monochromatic Colors of #3E40AF
Black with #3E40AF
Text Example
Text Example
White with #3E40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E40AF; }
p { color: rgb(62,64,175); }
H1.HeaderClassName
{
color: #3E40AF;
}
.AnyTagClassName
{
color: #3E40AF;
}
</style>
background-color css
<style>
a { background-color: #3E40AF; }
a { background-color: rgb(62,64,175); }
div.DivClassName
{
background-color: #3E40AF;
}
.BgClassName
{
background-color: #3E40AF;
}
</style>
border-color css
<style>
span { border-color: #3E40AF; }
span { border-color: rgb(62,64,175); }
td.TdClassName
{
border-color: #3E40AF;
}
.TagClassName
{
border-color: #3E40AF;
}
</style>