Shades of Free Speech Blue #3C3ADE
Tints of Free Speech Blue #3C3ADE
RGB
CMYK
RGB Variations
Color information
#3C3ADE (or 0x3C3ADE) is known color: Free Speech Blue. HEX triplet: 3C, 3A and DE. RGB value is (60,58,222). Sum of RGB (Red+Green+Blue) = 60+58+222=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C3ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3ADE is #C3C521. Grayscale: #4C4C4C. Windows color (decimal): -12829986 or 14563900. OLE color: 14563900.
HSL color Cylindrical-coordinate representation of color #3C3ADE: hue angle of 240.73º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C3ADE is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 58 | 222 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.13 |
| HSL | 240.73º | 0.71% | 0.55% | - |
| HSV(B) | 240.73º | 0.74% | 0.87% | - |
| XYZ | 16.56 | 9.26 | 70.02 | - |
| YUV | 77.29 | 209.66 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 222 | 0.73 | 0.74 | 0 | 0.13 | 240.73 | 0.71 | 0.55 |
| Hex | 3C | 3A | DE | 49 | 4A | 0 | D | F1 | 47 | 37 |
| Octal | 74 | 72 | 336 | 111 | 112 | 0 | 15 | 361 | 107 | 67 |
| Binary | 111100 | 111010 | 11011110 | 1001001 | 1001010 | 0 | 1101 | 11110001 | 1000111 | 110111 |
Color Harmonies of #3C3ADE
Complementary color
Monochromatic Colors of #3C3ADE
Black with #3C3ADE
Text Example
Text Example
White with #3C3ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3ADE; }
p { color: rgb(60,58,222); }
H1.HeaderClassName
{
color: #3C3ADE;
}
.AnyTagClassName
{
color: #3C3ADE;
}
</style>
background-color css
<style>
a { background-color: #3C3ADE; }
a { background-color: rgb(60,58,222); }
div.DivClassName
{
background-color: #3C3ADE;
}
.BgClassName
{
background-color: #3C3ADE;
}
</style>
border-color css
<style>
span { border-color: #3C3ADE; }
span { border-color: rgb(60,58,222); }
td.TdClassName
{
border-color: #3C3ADE;
}
.TagClassName
{
border-color: #3C3ADE;
}
</style>