Shades of Free Speech Blue #3C3CDA
Tints of Free Speech Blue #3C3CDA
RGB
CMYK
RGB Variations
Color information
#3C3CDA (or 0x3C3CDA) is known color: Free Speech Blue. HEX triplet: 3C, 3C and DA. RGB value is (60,60,218). Sum of RGB (Red+Green+Blue) = 60+60+218=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C3CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3CDA is #C3C325. Grayscale: #4D4D4D. Windows color (decimal): -12829478 or 14302268. OLE color: 14302268.
HSL color Cylindrical-coordinate representation of color #3C3CDA: hue angle of 240º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C3CDA is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 60 | 218 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.15 |
| HSL | 240º | 0.68% | 0.55% | - |
| HSV(B) | 240º | 0.72% | 0.85% | - |
| XYZ | 16.13 | 9.25 | 67.27 | - |
| YUV | 78.01 | 207 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 60 | 218 | 0.72 | 0.72 | 0 | 0.15 | 240 | 0.68 | 0.55 |
| Hex | 3C | 3C | DA | 48 | 48 | 0 | F | F0 | 44 | 37 |
| Octal | 74 | 74 | 332 | 110 | 110 | 0 | 17 | 360 | 104 | 67 |
| Binary | 111100 | 111100 | 11011010 | 1001000 | 1001000 | 0 | 1111 | 11110000 | 1000100 | 110111 |
Color Harmonies of #3C3CDA
Complementary color
Monochromatic Colors of #3C3CDA
Black with #3C3CDA
Text Example
Text Example
White with #3C3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3CDA; }
p { color: rgb(60,60,218); }
H1.HeaderClassName
{
color: #3C3CDA;
}
.AnyTagClassName
{
color: #3C3CDA;
}
</style>
background-color css
<style>
a { background-color: #3C3CDA; }
a { background-color: rgb(60,60,218); }
div.DivClassName
{
background-color: #3C3CDA;
}
.BgClassName
{
background-color: #3C3CDA;
}
</style>
border-color css
<style>
span { border-color: #3C3CDA; }
span { border-color: rgb(60,60,218); }
td.TdClassName
{
border-color: #3C3CDA;
}
.TagClassName
{
border-color: #3C3CDA;
}
</style>