Shades of Free Speech Blue #3E5EB5
Tints of Free Speech Blue #3E5EB5
RGB
CMYK
RGB Variations
Color information
#3E5EB5 (or 0x3E5EB5) is known color: Free Speech Blue. HEX triplet: 3E, 5E and B5. RGB value is (62,94,181). Sum of RGB (Red+Green+Blue) = 62+94+181=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 181 (71.09% from 255 or 53.71% from 337); Max value from RGB is 181 - color contains mainly: blue. Hex color #3E5EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5EB5 is #C1A14A. Grayscale: #5D5D5D. Windows color (decimal): -12689739 or 11886142. OLE color: 11886142.
HSL color Cylindrical-coordinate representation of color #3E5EB5: hue angle of 223.87º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E5EB5 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 62 | 94 | 181 | - |
CMYK | 0.66 | 0.48 | 0 | 0.29 |
HSL | 223.87º | 0.49% | 0.48% | - |
HSV(B) | 223.87º | 0.66% | 0.71% | - |
XYZ | 14.33 | 12.37 | 45.35 | - |
YUV | 94.35 | 176.9 | 104.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 94 | 181 | 0.66 | 0.48 | 0 | 0.29 | 223.87 | 0.49 | 0.48 |
Hex | 3E | 5E | B5 | 42 | 30 | 0 | 1D | E0 | 31 | 30 |
Octal | 76 | 136 | 265 | 102 | 60 | 0 | 35 | 340 | 61 | 60 |
Binary | 111110 | 1011110 | 10110101 | 1000010 | 110000 | 0 | 11101 | 11100000 | 110001 | 110000 |
Color Harmonies of #3E5EB5
Complementary color
Monochromatic Colors of #3E5EB5
Black with #3E5EB5
Text Example
Text Example
White with #3E5EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5EB5; }
p { color: rgb(62,94,181); }
H1.HeaderClassName
{
color: #3E5EB5;
}
.AnyTagClassName
{
color: #3E5EB5;
}
</style>
background-color css
<style>
a { background-color: #3E5EB5; }
a { background-color: rgb(62,94,181); }
div.DivClassName
{
background-color: #3E5EB5;
}
.BgClassName
{
background-color: #3E5EB5;
}
</style>
border-color css
<style>
span { border-color: #3E5EB5; }
span { border-color: rgb(62,94,181); }
td.TdClassName
{
border-color: #3E5EB5;
}
.TagClassName
{
border-color: #3E5EB5;
}
</style>