Shades of Free Speech Blue #3C44DC
Tints of Free Speech Blue #3C44DC
RGB
CMYK
RGB Variations
Color information
#3C44DC (or 0x3C44DC) is known color: Free Speech Blue. HEX triplet: 3C, 44 and DC. RGB value is (60,68,220). Sum of RGB (Red+Green+Blue) = 60+68+220=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C44DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C44DC is #C3BB23. Grayscale: #525252. Windows color (decimal): -12827428 or 14435388. OLE color: 14435388.
HSL color Cylindrical-coordinate representation of color #3C44DC: hue angle of 237º 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 #3C44DC is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 68 | 220 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.14 |
| HSL | 237º | 0.7% | 0.55% | - |
| HSV(B) | 237º | 0.73% | 0.86% | - |
| XYZ | 16.85 | 10.26 | 68.8 | - |
| YUV | 82.94 | 205.35 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 220 | 0.73 | 0.69 | 0 | 0.14 | 237 | 0.7 | 0.55 |
| Hex | 3C | 44 | DC | 49 | 45 | 0 | E | ED | 46 | 37 |
| Octal | 74 | 104 | 334 | 111 | 105 | 0 | 16 | 355 | 106 | 67 |
| Binary | 111100 | 1000100 | 11011100 | 1001001 | 1000101 | 0 | 1110 | 11101101 | 1000110 | 110111 |
Color Harmonies of #3C44DC
Complementary color
Monochromatic Colors of #3C44DC
Black with #3C44DC
Text Example
Text Example
White with #3C44DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C44DC; }
p { color: rgb(60,68,220); }
H1.HeaderClassName
{
color: #3C44DC;
}
.AnyTagClassName
{
color: #3C44DC;
}
</style>
background-color css
<style>
a { background-color: #3C44DC; }
a { background-color: rgb(60,68,220); }
div.DivClassName
{
background-color: #3C44DC;
}
.BgClassName
{
background-color: #3C44DC;
}
</style>
border-color css
<style>
span { border-color: #3C44DC; }
span { border-color: rgb(60,68,220); }
td.TdClassName
{
border-color: #3C44DC;
}
.TagClassName
{
border-color: #3C44DC;
}
</style>