Shades of Free Speech Blue #3E52BD
Tints of Free Speech Blue #3E52BD
RGB
CMYK
RGB Variations
Color information
#3E52BD (or 0x3E52BD) is known color: Free Speech Blue. HEX triplet: 3E, 52 and BD. RGB value is (62,82,189). Sum of RGB (Red+Green+Blue) = 62+82+189=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E52BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E52BD is #C1AD42. Grayscale: #575757. Windows color (decimal): -12692803 or 12407358. OLE color: 12407358.
HSL color Cylindrical-coordinate representation of color #3E52BD: hue angle of 230.55º degrees, saturation: 0.51, 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 #3E52BD is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 82 | 189 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.26 |
| HSL | 230.55º | 0.51% | 0.49% | - |
| HSV(B) | 230.55º | 0.67% | 0.74% | - |
| XYZ | 14.19 | 10.73 | 49.47 | - |
| YUV | 88.22 | 184.87 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 189 | 0.67 | 0.57 | 0 | 0.26 | 230.55 | 0.51 | 0.49 |
| Hex | 3E | 52 | BD | 43 | 39 | 0 | 1A | E7 | 33 | 31 |
| Octal | 76 | 122 | 275 | 103 | 71 | 0 | 32 | 347 | 63 | 61 |
| Binary | 111110 | 1010010 | 10111101 | 1000011 | 111001 | 0 | 11010 | 11100111 | 110011 | 110001 |
Color Harmonies of #3E52BD
Complementary color
Monochromatic Colors of #3E52BD
Black with #3E52BD
Text Example
Text Example
White with #3E52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E52BD; }
p { color: rgb(62,82,189); }
H1.HeaderClassName
{
color: #3E52BD;
}
.AnyTagClassName
{
color: #3E52BD;
}
</style>
background-color css
<style>
a { background-color: #3E52BD; }
a { background-color: rgb(62,82,189); }
div.DivClassName
{
background-color: #3E52BD;
}
.BgClassName
{
background-color: #3E52BD;
}
</style>
border-color css
<style>
span { border-color: #3E52BD; }
span { border-color: rgb(62,82,189); }
td.TdClassName
{
border-color: #3E52BD;
}
.TagClassName
{
border-color: #3E52BD;
}
</style>