Shades of Free Speech Blue #3C40DD
Tints of Free Speech Blue #3C40DD
RGB
CMYK
RGB Variations
Color information
#3C40DD (or 0x3C40DD) is known color: Free Speech Blue. HEX triplet: 3C, 40 and DD. RGB value is (60,64,221). Sum of RGB (Red+Green+Blue) = 60+64+221=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C40DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C40DD is #C3BF22. Grayscale: #505050. Windows color (decimal): -12828451 or 14499900. OLE color: 14499900.
HSL color Cylindrical-coordinate representation of color #3C40DD: hue angle of 238.51º 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 #3C40DD is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 64 | 221 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.13 |
| HSL | 238.51º | 0.7% | 0.55% | - |
| HSV(B) | 238.51º | 0.73% | 0.87% | - |
| XYZ | 16.75 | 9.85 | 69.42 | - |
| YUV | 80.7 | 207.17 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 221 | 0.73 | 0.71 | 0 | 0.13 | 238.51 | 0.7 | 0.55 |
| Hex | 3C | 40 | DD | 49 | 47 | 0 | D | EF | 46 | 37 |
| Octal | 74 | 100 | 335 | 111 | 107 | 0 | 15 | 357 | 106 | 67 |
| Binary | 111100 | 1000000 | 11011101 | 1001001 | 1000111 | 0 | 1101 | 11101111 | 1000110 | 110111 |
Color Harmonies of #3C40DD
Complementary color
Monochromatic Colors of #3C40DD
Black with #3C40DD
Text Example
Text Example
White with #3C40DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C40DD; }
p { color: rgb(60,64,221); }
H1.HeaderClassName
{
color: #3C40DD;
}
.AnyTagClassName
{
color: #3C40DD;
}
</style>
background-color css
<style>
a { background-color: #3C40DD; }
a { background-color: rgb(60,64,221); }
div.DivClassName
{
background-color: #3C40DD;
}
.BgClassName
{
background-color: #3C40DD;
}
</style>
border-color css
<style>
span { border-color: #3C40DD; }
span { border-color: rgb(60,64,221); }
td.TdClassName
{
border-color: #3C40DD;
}
.TagClassName
{
border-color: #3C40DD;
}
</style>