Shades of Free Speech Blue #3E38DC
Tints of Free Speech Blue #3E38DC
RGB
CMYK
RGB Variations
Color information
#3E38DC (or 0x3E38DC) is known color: Free Speech Blue. HEX triplet: 3E, 38 and DC. RGB value is (62,56,220). Sum of RGB (Red+Green+Blue) = 62+56+220=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E38DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E38DC is #C1C723. Grayscale: #4B4B4B. Windows color (decimal): -12699428 or 14432318. OLE color: 14432318.
HSL color Cylindrical-coordinate representation of color #3E38DC: hue angle of 242.2º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E38DC is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 56 | 220 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.14 |
| HSL | 242.2º | 0.7% | 0.54% | - |
| HSV(B) | 242.2º | 0.75% | 0.86% | - |
| XYZ | 16.32 | 9.02 | 68.59 | - |
| YUV | 76.49 | 208.99 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 220 | 0.72 | 0.75 | 0 | 0.14 | 242.2 | 0.7 | 0.54 |
| Hex | 3E | 38 | DC | 48 | 4B | 0 | E | F2 | 46 | 36 |
| Octal | 76 | 70 | 334 | 110 | 113 | 0 | 16 | 362 | 106 | 66 |
| Binary | 111110 | 111000 | 11011100 | 1001000 | 1001011 | 0 | 1110 | 11110010 | 1000110 | 110110 |
Color Harmonies of #3E38DC
Complementary color
Monochromatic Colors of #3E38DC
Black with #3E38DC
Text Example
Text Example
White with #3E38DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E38DC; }
p { color: rgb(62,56,220); }
H1.HeaderClassName
{
color: #3E38DC;
}
.AnyTagClassName
{
color: #3E38DC;
}
</style>
background-color css
<style>
a { background-color: #3E38DC; }
a { background-color: rgb(62,56,220); }
div.DivClassName
{
background-color: #3E38DC;
}
.BgClassName
{
background-color: #3E38DC;
}
</style>
border-color css
<style>
span { border-color: #3E38DC; }
span { border-color: rgb(62,56,220); }
td.TdClassName
{
border-color: #3E38DC;
}
.TagClassName
{
border-color: #3E38DC;
}
</style>