Shades of Free Speech Blue #3E3CDC
Tints of Free Speech Blue #3E3CDC
RGB
CMYK
RGB Variations
Color information
#3E3CDC (or 0x3E3CDC) is known color: Free Speech Blue. HEX triplet: 3E, 3C and DC. RGB value is (62,60,220). Sum of RGB (Red+Green+Blue) = 62+60+220=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E3CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3CDC is #C1C323. Grayscale: #4E4E4E. Windows color (decimal): -12698404 or 14433342. OLE color: 14433342.
HSL color Cylindrical-coordinate representation of color #3E3CDC: hue angle of 240.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E3CDC is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 60 | 220 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.14 |
| HSL | 240.75º | 0.7% | 0.55% | - |
| HSV(B) | 240.75º | 0.73% | 0.86% | - |
| XYZ | 16.52 | 9.42 | 68.66 | - |
| YUV | 78.84 | 207.66 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 220 | 0.72 | 0.73 | 0 | 0.14 | 240.75 | 0.7 | 0.55 |
| Hex | 3E | 3C | DC | 48 | 49 | 0 | E | F1 | 46 | 37 |
| Octal | 76 | 74 | 334 | 110 | 111 | 0 | 16 | 361 | 106 | 67 |
| Binary | 111110 | 111100 | 11011100 | 1001000 | 1001001 | 0 | 1110 | 11110001 | 1000110 | 110111 |
Color Harmonies of #3E3CDC
Complementary color
Monochromatic Colors of #3E3CDC
Black with #3E3CDC
Text Example
Text Example
White with #3E3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3CDC; }
p { color: rgb(62,60,220); }
H1.HeaderClassName
{
color: #3E3CDC;
}
.AnyTagClassName
{
color: #3E3CDC;
}
</style>
background-color css
<style>
a { background-color: #3E3CDC; }
a { background-color: rgb(62,60,220); }
div.DivClassName
{
background-color: #3E3CDC;
}
.BgClassName
{
background-color: #3E3CDC;
}
</style>
border-color css
<style>
span { border-color: #3E3CDC; }
span { border-color: rgb(62,60,220); }
td.TdClassName
{
border-color: #3E3CDC;
}
.TagClassName
{
border-color: #3E3CDC;
}
</style>