Shades of Free Speech Blue #3E5ACB
Tints of Free Speech Blue #3E5ACB
RGB
CMYK
RGB Variations
Color information
#3E5ACB (or 0x3E5ACB) is known color: Free Speech Blue. HEX triplet: 3E, 5A and CB. RGB value is (62,90,203). Sum of RGB (Red+Green+Blue) = 62+90+203=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E5ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5ACB is #C1A534. Grayscale: #5E5E5E. Windows color (decimal): -12690741 or 13326910. OLE color: 13326910.
HSL color Cylindrical-coordinate representation of color #3E5ACB: hue angle of 228.09º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E5ACB is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 90 | 203 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.20 |
| HSL | 228.09º | 0.58% | 0.52% | - |
| HSV(B) | 228.09º | 0.69% | 0.8% | - |
| XYZ | 16.42 | 12.65 | 58.08 | - |
| YUV | 94.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 203 | 0.69 | 0.56 | 0 | 0.20 | 228.09 | 0.58 | 0.52 |
| Hex | 3E | 5A | CB | 45 | 38 | 0 | 14 | E4 | 3A | 34 |
| Octal | 76 | 132 | 313 | 105 | 70 | 0 | 24 | 344 | 72 | 64 |
| Binary | 111110 | 1011010 | 11001011 | 1000101 | 111000 | 0 | 10100 | 11100100 | 111010 | 110100 |
Color Harmonies of #3E5ACB
Complementary color
Monochromatic Colors of #3E5ACB
Black with #3E5ACB
Text Example
Text Example
White with #3E5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5ACB; }
p { color: rgb(62,90,203); }
H1.HeaderClassName
{
color: #3E5ACB;
}
.AnyTagClassName
{
color: #3E5ACB;
}
</style>
background-color css
<style>
a { background-color: #3E5ACB; }
a { background-color: rgb(62,90,203); }
div.DivClassName
{
background-color: #3E5ACB;
}
.BgClassName
{
background-color: #3E5ACB;
}
</style>
border-color css
<style>
span { border-color: #3E5ACB; }
span { border-color: rgb(62,90,203); }
td.TdClassName
{
border-color: #3E5ACB;
}
.TagClassName
{
border-color: #3E5ACB;
}
</style>