Shades of Free Speech Blue #3C3CDF
Tints of Free Speech Blue #3C3CDF
RGB
CMYK
RGB Variations
Color information
#3C3CDF (or 0x3C3CDF) is known color: Free Speech Blue. HEX triplet: 3C, 3C and DF. RGB value is (60,60,223). Sum of RGB (Red+Green+Blue) = 60+60+223=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C3CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3CDF is #C3C320. Grayscale: #4D4D4D. Windows color (decimal): -12829473 or 14629948. OLE color: 14629948.
HSL color Cylindrical-coordinate representation of color #3C3CDF: hue angle of 240º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C3CDF is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 60 | 223 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.13 |
| HSL | 240º | 0.72% | 0.55% | - |
| HSV(B) | 240º | 0.73% | 0.87% | - |
| XYZ | 16.8 | 9.52 | 70.76 | - |
| YUV | 78.58 | 209.5 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 60 | 223 | 0.73 | 0.73 | 0 | 0.13 | 240 | 0.72 | 0.55 |
| Hex | 3C | 3C | DF | 49 | 49 | 0 | D | F0 | 48 | 37 |
| Octal | 74 | 74 | 337 | 111 | 111 | 0 | 15 | 360 | 110 | 67 |
| Binary | 111100 | 111100 | 11011111 | 1001001 | 1001001 | 0 | 1101 | 11110000 | 1001000 | 110111 |
Color Harmonies of #3C3CDF
Complementary color
Monochromatic Colors of #3C3CDF
Black with #3C3CDF
Text Example
Text Example
White with #3C3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3CDF; }
p { color: rgb(60,60,223); }
H1.HeaderClassName
{
color: #3C3CDF;
}
.AnyTagClassName
{
color: #3C3CDF;
}
</style>
background-color css
<style>
a { background-color: #3C3CDF; }
a { background-color: rgb(60,60,223); }
div.DivClassName
{
background-color: #3C3CDF;
}
.BgClassName
{
background-color: #3C3CDF;
}
</style>
border-color css
<style>
span { border-color: #3C3CDF; }
span { border-color: rgb(60,60,223); }
td.TdClassName
{
border-color: #3C3CDF;
}
.TagClassName
{
border-color: #3C3CDF;
}
</style>