Shades of Free Speech Blue #3E48DC
Tints of Free Speech Blue #3E48DC
RGB
CMYK
RGB Variations
Color information
#3E48DC (or 0x3E48DC) is known color: Free Speech Blue. HEX triplet: 3E, 48 and DC. RGB value is (62,72,220). Sum of RGB (Red+Green+Blue) = 62+72+220=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E48DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E48DC is #C1B723. Grayscale: #555555. Windows color (decimal): -12695332 or 14436414. OLE color: 14436414.
HSL color Cylindrical-coordinate representation of color #3E48DC: hue angle of 236.2º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E48DC is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 72 | 220 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.14 |
| HSL | 236.2º | 0.69% | 0.55% | - |
| HSV(B) | 236.2º | 0.72% | 0.86% | - |
| XYZ | 17.22 | 10.83 | 68.89 | - |
| YUV | 85.88 | 203.69 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 220 | 0.72 | 0.67 | 0 | 0.14 | 236.2 | 0.69 | 0.55 |
| Hex | 3E | 48 | DC | 48 | 43 | 0 | E | EC | 45 | 37 |
| Octal | 76 | 110 | 334 | 110 | 103 | 0 | 16 | 354 | 105 | 67 |
| Binary | 111110 | 1001000 | 11011100 | 1001000 | 1000011 | 0 | 1110 | 11101100 | 1000101 | 110111 |
Color Harmonies of #3E48DC
Complementary color
Monochromatic Colors of #3E48DC
Black with #3E48DC
Text Example
Text Example
White with #3E48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E48DC; }
p { color: rgb(62,72,220); }
H1.HeaderClassName
{
color: #3E48DC;
}
.AnyTagClassName
{
color: #3E48DC;
}
</style>
background-color css
<style>
a { background-color: #3E48DC; }
a { background-color: rgb(62,72,220); }
div.DivClassName
{
background-color: #3E48DC;
}
.BgClassName
{
background-color: #3E48DC;
}
</style>
border-color css
<style>
span { border-color: #3E48DC; }
span { border-color: rgb(62,72,220); }
td.TdClassName
{
border-color: #3E48DC;
}
.TagClassName
{
border-color: #3E48DC;
}
</style>