Shades of Free Speech Blue #3C37C9
Tints of Free Speech Blue #3C37C9
RGB
CMYK
RGB Variations
Color information
#3C37C9 (or 0x3C37C9) is known color: Free Speech Blue. HEX triplet: 3C, 37 and C9. RGB value is (60,55,201). Sum of RGB (Red+Green+Blue) = 60+55+201=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #3C37C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C37C9 is #C3C836. Grayscale: #484848. Windows color (decimal): -12830775 or 13186876. OLE color: 13186876.
HSL color Cylindrical-coordinate representation of color #3C37C9: hue angle of 242.05º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C37C9 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 55 | 201 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.21 |
| HSL | 242.05º | 0.57% | 0.5% | - |
| HSV(B) | 242.05º | 0.73% | 0.79% | - |
| XYZ | 13.77 | 7.91 | 56.06 | - |
| YUV | 73.14 | 200.16 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 201 | 0.70 | 0.73 | 0 | 0.21 | 242.05 | 0.57 | 0.5 |
| Hex | 3C | 37 | C9 | 46 | 49 | 0 | 15 | F2 | 39 | 32 |
| Octal | 74 | 67 | 311 | 106 | 111 | 0 | 25 | 362 | 71 | 62 |
| Binary | 111100 | 110111 | 11001001 | 1000110 | 1001001 | 0 | 10101 | 11110010 | 111001 | 110010 |
Color Harmonies of #3C37C9
Complementary color
Monochromatic Colors of #3C37C9
Black with #3C37C9
Text Example
Text Example
White with #3C37C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C37C9; }
p { color: rgb(60,55,201); }
H1.HeaderClassName
{
color: #3C37C9;
}
.AnyTagClassName
{
color: #3C37C9;
}
</style>
background-color css
<style>
a { background-color: #3C37C9; }
a { background-color: rgb(60,55,201); }
div.DivClassName
{
background-color: #3C37C9;
}
.BgClassName
{
background-color: #3C37C9;
}
</style>
border-color css
<style>
span { border-color: #3C37C9; }
span { border-color: rgb(60,55,201); }
td.TdClassName
{
border-color: #3C37C9;
}
.TagClassName
{
border-color: #3C37C9;
}
</style>