Shades of Free Speech Blue #3C31CD
Tints of Free Speech Blue #3C31CD
RGB
CMYK
RGB Variations
Color information
#3C31CD (or 0x3C31CD) is known color: Free Speech Blue. HEX triplet: 3C, 31 and CD. RGB value is (60,49,205). Sum of RGB (Red+Green+Blue) = 60+49+205=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C31CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31CD is #C3CE32. Grayscale: #454545. Windows color (decimal): -12832307 or 13447484. OLE color: 13447484.
HSL color Cylindrical-coordinate representation of color #3C31CD: hue angle of 244.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C31CD is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 49 | 205 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.20 |
| HSL | 244.23º | 0.61% | 0.5% | - |
| HSV(B) | 244.23º | 0.76% | 0.8% | - |
| XYZ | 13.98 | 7.57 | 58.48 | - |
| YUV | 70.07 | 204.14 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 205 | 0.71 | 0.76 | 0 | 0.20 | 244.23 | 0.61 | 0.5 |
| Hex | 3C | 31 | CD | 47 | 4C | 0 | 14 | F4 | 3D | 32 |
| Octal | 74 | 61 | 315 | 107 | 114 | 0 | 24 | 364 | 75 | 62 |
| Binary | 111100 | 110001 | 11001101 | 1000111 | 1001100 | 0 | 10100 | 11110100 | 111101 | 110010 |
Color Harmonies of #3C31CD
Complementary color
Monochromatic Colors of #3C31CD
Black with #3C31CD
Text Example
Text Example
White with #3C31CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C31CD; }
p { color: rgb(60,49,205); }
H1.HeaderClassName
{
color: #3C31CD;
}
.AnyTagClassName
{
color: #3C31CD;
}
</style>
background-color css
<style>
a { background-color: #3C31CD; }
a { background-color: rgb(60,49,205); }
div.DivClassName
{
background-color: #3C31CD;
}
.BgClassName
{
background-color: #3C31CD;
}
</style>
border-color css
<style>
span { border-color: #3C31CD; }
span { border-color: rgb(60,49,205); }
td.TdClassName
{
border-color: #3C31CD;
}
.TagClassName
{
border-color: #3C31CD;
}
</style>