Shades of Free Speech Blue #3C41DD
Tints of Free Speech Blue #3C41DD
RGB
CMYK
RGB Variations
Color information
#3C41DD (or 0x3C41DD) is known color: Free Speech Blue. HEX triplet: 3C, 41 and DD. RGB value is (60,65,221). Sum of RGB (Red+Green+Blue) = 60+65+221=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C41DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C41DD is #C3BE22. Grayscale: #505050. Windows color (decimal): -12828195 or 14500156. OLE color: 14500156.
HSL color Cylindrical-coordinate representation of color #3C41DD: hue angle of 238.14º 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 #3C41DD is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 65 | 221 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.13 |
| HSL | 238.14º | 0.7% | 0.55% | - |
| HSV(B) | 238.14º | 0.73% | 0.87% | - |
| XYZ | 16.8 | 9.96 | 69.44 | - |
| YUV | 81.29 | 206.84 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 221 | 0.73 | 0.71 | 0 | 0.13 | 238.14 | 0.7 | 0.55 |
| Hex | 3C | 41 | DD | 49 | 47 | 0 | D | EE | 46 | 37 |
| Octal | 74 | 101 | 335 | 111 | 107 | 0 | 15 | 356 | 106 | 67 |
| Binary | 111100 | 1000001 | 11011101 | 1001001 | 1000111 | 0 | 1101 | 11101110 | 1000110 | 110111 |
Color Harmonies of #3C41DD
Complementary color
Monochromatic Colors of #3C41DD
Black with #3C41DD
Text Example
Text Example
White with #3C41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C41DD; }
p { color: rgb(60,65,221); }
H1.HeaderClassName
{
color: #3C41DD;
}
.AnyTagClassName
{
color: #3C41DD;
}
</style>
background-color css
<style>
a { background-color: #3C41DD; }
a { background-color: rgb(60,65,221); }
div.DivClassName
{
background-color: #3C41DD;
}
.BgClassName
{
background-color: #3C41DD;
}
</style>
border-color css
<style>
span { border-color: #3C41DD; }
span { border-color: rgb(60,65,221); }
td.TdClassName
{
border-color: #3C41DD;
}
.TagClassName
{
border-color: #3C41DD;
}
</style>