Shades of Free Speech Blue #3C39DD
Tints of Free Speech Blue #3C39DD
RGB
CMYK
RGB Variations
Color information
#3C39DD (or 0x3C39DD) is known color: Free Speech Blue. HEX triplet: 3C, 39 and DD. RGB value is (60,57,221). Sum of RGB (Red+Green+Blue) = 60+57+221=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C39DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C39DD is #C3C622. Grayscale: #4B4B4B. Windows color (decimal): -12830243 or 14498108. OLE color: 14498108.
HSL color Cylindrical-coordinate representation of color #3C39DD: hue angle of 241.1º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C39DD is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 57 | 221 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.13 |
| HSL | 241.1º | 0.71% | 0.55% | - |
| HSV(B) | 241.1º | 0.74% | 0.87% | - |
| XYZ | 16.38 | 9.11 | 69.3 | - |
| YUV | 76.59 | 209.49 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 221 | 0.73 | 0.74 | 0 | 0.13 | 241.1 | 0.71 | 0.55 |
| Hex | 3C | 39 | DD | 49 | 4A | 0 | D | F1 | 47 | 37 |
| Octal | 74 | 71 | 335 | 111 | 112 | 0 | 15 | 361 | 107 | 67 |
| Binary | 111100 | 111001 | 11011101 | 1001001 | 1001010 | 0 | 1101 | 11110001 | 1000111 | 110111 |
Color Harmonies of #3C39DD
Complementary color
Monochromatic Colors of #3C39DD
Black with #3C39DD
Text Example
Text Example
White with #3C39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C39DD; }
p { color: rgb(60,57,221); }
H1.HeaderClassName
{
color: #3C39DD;
}
.AnyTagClassName
{
color: #3C39DD;
}
</style>
background-color css
<style>
a { background-color: #3C39DD; }
a { background-color: rgb(60,57,221); }
div.DivClassName
{
background-color: #3C39DD;
}
.BgClassName
{
background-color: #3C39DD;
}
</style>
border-color css
<style>
span { border-color: #3C39DD; }
span { border-color: rgb(60,57,221); }
td.TdClassName
{
border-color: #3C39DD;
}
.TagClassName
{
border-color: #3C39DD;
}
</style>