Shades of Free Speech Blue #3E4ABC
Tints of Free Speech Blue #3E4ABC
RGB
CMYK
RGB Variations
Color information
#3E4ABC (or 0x3E4ABC) is known color: Free Speech Blue. HEX triplet: 3E, 4A and BC. RGB value is (62,74,188). Sum of RGB (Red+Green+Blue) = 62+74+188=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E4ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4ABC is #C1B543. Grayscale: #525252. Windows color (decimal): -12694852 or 12339774. OLE color: 12339774.
HSL color Cylindrical-coordinate representation of color #3E4ABC: hue angle of 234.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E4ABC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 74 | 188 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.26 |
| HSL | 234.29º | 0.5% | 0.49% | - |
| HSV(B) | 234.29º | 0.67% | 0.74% | - |
| XYZ | 13.51 | 9.55 | 48.71 | - |
| YUV | 83.41 | 187.02 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 188 | 0.67 | 0.61 | 0 | 0.26 | 234.29 | 0.5 | 0.49 |
| Hex | 3E | 4A | BC | 43 | 3D | 0 | 1A | EA | 32 | 31 |
| Octal | 76 | 112 | 274 | 103 | 75 | 0 | 32 | 352 | 62 | 61 |
| Binary | 111110 | 1001010 | 10111100 | 1000011 | 111101 | 0 | 11010 | 11101010 | 110010 | 110001 |
Color Harmonies of #3E4ABC
Complementary color
Monochromatic Colors of #3E4ABC
Black with #3E4ABC
Text Example
Text Example
White with #3E4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4ABC; }
p { color: rgb(62,74,188); }
H1.HeaderClassName
{
color: #3E4ABC;
}
.AnyTagClassName
{
color: #3E4ABC;
}
</style>
background-color css
<style>
a { background-color: #3E4ABC; }
a { background-color: rgb(62,74,188); }
div.DivClassName
{
background-color: #3E4ABC;
}
.BgClassName
{
background-color: #3E4ABC;
}
</style>
border-color css
<style>
span { border-color: #3E4ABC; }
span { border-color: rgb(62,74,188); }
td.TdClassName
{
border-color: #3E4ABC;
}
.TagClassName
{
border-color: #3E4ABC;
}
</style>