Shades of Free Speech Blue #3C37CD
Tints of Free Speech Blue #3C37CD
RGB
CMYK
RGB Variations
Color information
#3C37CD (or 0x3C37CD) is known color: Free Speech Blue. HEX triplet: 3C, 37 and CD. RGB value is (60,55,205). Sum of RGB (Red+Green+Blue) = 60+55+205=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C37CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C37CD is #C3C832. Grayscale: #494949. Windows color (decimal): -12830771 or 13449020. OLE color: 13449020.
HSL color Cylindrical-coordinate representation of color #3C37CD: hue angle of 242º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C37CD is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 55 | 205 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.20 |
| HSL | 242º | 0.6% | 0.51% | - |
| HSV(B) | 242º | 0.73% | 0.8% | - |
| XYZ | 14.25 | 8.1 | 58.57 | - |
| YUV | 73.6 | 202.16 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 205 | 0.71 | 0.73 | 0 | 0.20 | 242 | 0.6 | 0.51 |
| Hex | 3C | 37 | CD | 47 | 49 | 0 | 14 | F2 | 3C | 33 |
| Octal | 74 | 67 | 315 | 107 | 111 | 0 | 24 | 362 | 74 | 63 |
| Binary | 111100 | 110111 | 11001101 | 1000111 | 1001001 | 0 | 10100 | 11110010 | 111100 | 110011 |
Color Harmonies of #3C37CD
Complementary color
Monochromatic Colors of #3C37CD
Black with #3C37CD
Text Example
Text Example
White with #3C37CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C37CD; }
p { color: rgb(60,55,205); }
H1.HeaderClassName
{
color: #3C37CD;
}
.AnyTagClassName
{
color: #3C37CD;
}
</style>
background-color css
<style>
a { background-color: #3C37CD; }
a { background-color: rgb(60,55,205); }
div.DivClassName
{
background-color: #3C37CD;
}
.BgClassName
{
background-color: #3C37CD;
}
</style>
border-color css
<style>
span { border-color: #3C37CD; }
span { border-color: rgb(60,55,205); }
td.TdClassName
{
border-color: #3C37CD;
}
.TagClassName
{
border-color: #3C37CD;
}
</style>