Shades of Free Speech Blue #3C3AD3
Tints of Free Speech Blue #3C3AD3
RGB
CMYK
RGB Variations
Color information
#3C3AD3 (or 0x3C3AD3) is known color: Free Speech Blue. HEX triplet: 3C, 3A and D3. RGB value is (60,58,211). Sum of RGB (Red+Green+Blue) = 60+58+211=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 211 (82.81% from 255 or 64.13% from 329); Max value from RGB is 211 - color contains mainly: blue. Hex color #3C3AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3AD3 is #C3C52C. Grayscale: #4B4B4B. Windows color (decimal): -12829997 or 13843004. OLE color: 13843004.
HSL color Cylindrical-coordinate representation of color #3C3AD3: hue angle of 240.78º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C3AD3 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 58 | 211 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.17 |
| HSL | 240.78º | 0.63% | 0.53% | - |
| HSV(B) | 240.78º | 0.73% | 0.83% | - |
| XYZ | 15.13 | 8.69 | 62.51 | - |
| YUV | 76.04 | 204.16 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 211 | 0.72 | 0.73 | 0 | 0.17 | 240.78 | 0.63 | 0.53 |
| Hex | 3C | 3A | D3 | 48 | 49 | 0 | 11 | F1 | 3F | 35 |
| Octal | 74 | 72 | 323 | 110 | 111 | 0 | 21 | 361 | 77 | 65 |
| Binary | 111100 | 111010 | 11010011 | 1001000 | 1001001 | 0 | 10001 | 11110001 | 111111 | 110101 |
Color Harmonies of #3C3AD3
Complementary color
Monochromatic Colors of #3C3AD3
Black with #3C3AD3
Text Example
Text Example
White with #3C3AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3AD3; }
p { color: rgb(60,58,211); }
H1.HeaderClassName
{
color: #3C3AD3;
}
.AnyTagClassName
{
color: #3C3AD3;
}
</style>
background-color css
<style>
a { background-color: #3C3AD3; }
a { background-color: rgb(60,58,211); }
div.DivClassName
{
background-color: #3C3AD3;
}
.BgClassName
{
background-color: #3C3AD3;
}
</style>
border-color css
<style>
span { border-color: #3C3AD3; }
span { border-color: rgb(60,58,211); }
td.TdClassName
{
border-color: #3C3AD3;
}
.TagClassName
{
border-color: #3C3AD3;
}
</style>