Shades of Free Speech Blue #3C37CF
Tints of Free Speech Blue #3C37CF
RGB
CMYK
RGB Variations
Color information
#3C37CF (or 0x3C37CF) is known color: Free Speech Blue. HEX triplet: 3C, 37 and CF. RGB value is (60,55,207). Sum of RGB (Red+Green+Blue) = 60+55+207=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C37CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C37CF is #C3C830. Grayscale: #494949. Windows color (decimal): -12830769 or 13580092. OLE color: 13580092.
HSL color Cylindrical-coordinate representation of color #3C37CF: hue angle of 241.97º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C37CF is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 55 | 207 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.19 |
| HSL | 241.97º | 0.61% | 0.51% | - |
| HSV(B) | 241.97º | 0.73% | 0.81% | - |
| XYZ | 14.49 | 8.2 | 59.85 | - |
| YUV | 73.82 | 203.16 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 207 | 0.71 | 0.73 | 0 | 0.19 | 241.97 | 0.61 | 0.51 |
| Hex | 3C | 37 | CF | 47 | 49 | 0 | 13 | F2 | 3D | 33 |
| Octal | 74 | 67 | 317 | 107 | 111 | 0 | 23 | 362 | 75 | 63 |
| Binary | 111100 | 110111 | 11001111 | 1000111 | 1001001 | 0 | 10011 | 11110010 | 111101 | 110011 |
Color Harmonies of #3C37CF
Complementary color
Monochromatic Colors of #3C37CF
Black with #3C37CF
Text Example
Text Example
White with #3C37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C37CF; }
p { color: rgb(60,55,207); }
H1.HeaderClassName
{
color: #3C37CF;
}
.AnyTagClassName
{
color: #3C37CF;
}
</style>
background-color css
<style>
a { background-color: #3C37CF; }
a { background-color: rgb(60,55,207); }
div.DivClassName
{
background-color: #3C37CF;
}
.BgClassName
{
background-color: #3C37CF;
}
</style>
border-color css
<style>
span { border-color: #3C37CF; }
span { border-color: rgb(60,55,207); }
td.TdClassName
{
border-color: #3C37CF;
}
.TagClassName
{
border-color: #3C37CF;
}
</style>