Shades of Free Speech Blue #3E4DC8
Tints of Free Speech Blue #3E4DC8
RGB
CMYK
RGB Variations
Color information
#3E4DC8 (or 0x3E4DC8) is known color: Free Speech Blue. HEX triplet: 3E, 4D and C8. RGB value is (62,77,200). Sum of RGB (Red+Green+Blue) = 62+77+200=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 200 (78.52% from 255 or 59.00% from 339); Max value from RGB is 200 - color contains mainly: blue. Hex color #3E4DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DC8 is #C1B237. Grayscale: #565656. Windows color (decimal): -12694072 or 13126974. OLE color: 13126974.
HSL color Cylindrical-coordinate representation of color #3E4DC8: hue angle of 233.48º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E4DC8 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 77 | 200 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.22 |
| HSL | 233.48º | 0.56% | 0.51% | - |
| HSV(B) | 233.48º | 0.69% | 0.78% | - |
| XYZ | 15.07 | 10.5 | 55.88 | - |
| YUV | 86.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 200 | 0.69 | 0.62 | 0 | 0.22 | 233.48 | 0.56 | 0.51 |
| Hex | 3E | 4D | C8 | 45 | 3E | 0 | 16 | E9 | 38 | 33 |
| Octal | 76 | 115 | 310 | 105 | 76 | 0 | 26 | 351 | 70 | 63 |
| Binary | 111110 | 1001101 | 11001000 | 1000101 | 111110 | 0 | 10110 | 11101001 | 111000 | 110011 |
Color Harmonies of #3E4DC8
Complementary color
Monochromatic Colors of #3E4DC8
Black with #3E4DC8
Text Example
Text Example
White with #3E4DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4DC8; }
p { color: rgb(62,77,200); }
H1.HeaderClassName
{
color: #3E4DC8;
}
.AnyTagClassName
{
color: #3E4DC8;
}
</style>
background-color css
<style>
a { background-color: #3E4DC8; }
a { background-color: rgb(62,77,200); }
div.DivClassName
{
background-color: #3E4DC8;
}
.BgClassName
{
background-color: #3E4DC8;
}
</style>
border-color css
<style>
span { border-color: #3E4DC8; }
span { border-color: rgb(62,77,200); }
td.TdClassName
{
border-color: #3E4DC8;
}
.TagClassName
{
border-color: #3E4DC8;
}
</style>