Shades of Free Speech Blue #3C50DD
Tints of Free Speech Blue #3C50DD
RGB
CMYK
RGB Variations
Color information
#3C50DD (or 0x3C50DD) is known color: Free Speech Blue. HEX triplet: 3C, 50 and DD. RGB value is (60,80,221). Sum of RGB (Red+Green+Blue) = 60+80+221=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C50DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C50DD is #C3AF22. Grayscale: #595959. Windows color (decimal): -12824355 or 14503996. OLE color: 14503996.
HSL color Cylindrical-coordinate representation of color #3C50DD: hue angle of 232.55º degrees, saturation: 0.7, 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 #3C50DD is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 80 | 221 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.13 |
| HSL | 232.55º | 0.7% | 0.55% | - |
| HSV(B) | 232.55º | 0.73% | 0.87% | - |
| XYZ | 17.78 | 11.92 | 69.77 | - |
| YUV | 90.09 | 201.87 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 221 | 0.73 | 0.64 | 0 | 0.13 | 232.55 | 0.7 | 0.55 |
| Hex | 3C | 50 | DD | 49 | 40 | 0 | D | E9 | 46 | 37 |
| Octal | 74 | 120 | 335 | 111 | 100 | 0 | 15 | 351 | 106 | 67 |
| Binary | 111100 | 1010000 | 11011101 | 1001001 | 1000000 | 0 | 1101 | 11101001 | 1000110 | 110111 |
Color Harmonies of #3C50DD
Complementary color
Monochromatic Colors of #3C50DD
Black with #3C50DD
Text Example
Text Example
White with #3C50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C50DD; }
p { color: rgb(60,80,221); }
H1.HeaderClassName
{
color: #3C50DD;
}
.AnyTagClassName
{
color: #3C50DD;
}
</style>
background-color css
<style>
a { background-color: #3C50DD; }
a { background-color: rgb(60,80,221); }
div.DivClassName
{
background-color: #3C50DD;
}
.BgClassName
{
background-color: #3C50DD;
}
</style>
border-color css
<style>
span { border-color: #3C50DD; }
span { border-color: rgb(60,80,221); }
td.TdClassName
{
border-color: #3C50DD;
}
.TagClassName
{
border-color: #3C50DD;
}
</style>