Shades of Free Speech Blue #3E4DCB
Tints of Free Speech Blue #3E4DCB
RGB
CMYK
RGB Variations
Color information
#3E4DCB (or 0x3E4DCB) is known color: Free Speech Blue. HEX triplet: 3E, 4D and CB. RGB value is (62,77,203). Sum of RGB (Red+Green+Blue) = 62+77+203=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E4DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DCB is #C1B234. Grayscale: #565656. Windows color (decimal): -12694069 or 13323582. OLE color: 13323582.
HSL color Cylindrical-coordinate representation of color #3E4DCB: hue angle of 233.62º 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 #3E4DCB is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 77 | 203 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.20 |
| HSL | 233.62º | 0.58% | 0.52% | - |
| HSV(B) | 233.62º | 0.69% | 0.8% | - |
| XYZ | 15.42 | 10.64 | 57.74 | - |
| YUV | 86.88 | 193.53 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 203 | 0.69 | 0.62 | 0 | 0.20 | 233.62 | 0.58 | 0.52 |
| Hex | 3E | 4D | CB | 45 | 3E | 0 | 14 | EA | 3A | 34 |
| Octal | 76 | 115 | 313 | 105 | 76 | 0 | 24 | 352 | 72 | 64 |
| Binary | 111110 | 1001101 | 11001011 | 1000101 | 111110 | 0 | 10100 | 11101010 | 111010 | 110100 |
Color Harmonies of #3E4DCB
Complementary color
Monochromatic Colors of #3E4DCB
Black with #3E4DCB
Text Example
Text Example
White with #3E4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4DCB; }
p { color: rgb(62,77,203); }
H1.HeaderClassName
{
color: #3E4DCB;
}
.AnyTagClassName
{
color: #3E4DCB;
}
</style>
background-color css
<style>
a { background-color: #3E4DCB; }
a { background-color: rgb(62,77,203); }
div.DivClassName
{
background-color: #3E4DCB;
}
.BgClassName
{
background-color: #3E4DCB;
}
</style>
border-color css
<style>
span { border-color: #3E4DCB; }
span { border-color: rgb(62,77,203); }
td.TdClassName
{
border-color: #3E4DCB;
}
.TagClassName
{
border-color: #3E4DCB;
}
</style>