Shades of Free Speech Blue #3C37DA
Tints of Free Speech Blue #3C37DA
RGB
CMYK
RGB Variations
Color information
#3C37DA (or 0x3C37DA) is known color: Free Speech Blue. HEX triplet: 3C, 37 and DA. RGB value is (60,55,218). Sum of RGB (Red+Green+Blue) = 60+55+218=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C37DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C37DA is #C3C825. Grayscale: #4A4A4A. Windows color (decimal): -12830758 or 14300988. OLE color: 14300988.
HSL color Cylindrical-coordinate representation of color #3C37DA: hue angle of 241.84º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C37DA is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 55 | 218 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.15 |
| HSL | 241.84º | 0.69% | 0.54% | - |
| HSV(B) | 241.84º | 0.75% | 0.85% | - |
| XYZ | 15.88 | 8.75 | 67.18 | - |
| YUV | 75.08 | 208.66 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 218 | 0.72 | 0.75 | 0 | 0.15 | 241.84 | 0.69 | 0.54 |
| Hex | 3C | 37 | DA | 48 | 4B | 0 | F | F2 | 45 | 36 |
| Octal | 74 | 67 | 332 | 110 | 113 | 0 | 17 | 362 | 105 | 66 |
| Binary | 111100 | 110111 | 11011010 | 1001000 | 1001011 | 0 | 1111 | 11110010 | 1000101 | 110110 |
Color Harmonies of #3C37DA
Complementary color
Monochromatic Colors of #3C37DA
Black with #3C37DA
Text Example
Text Example
White with #3C37DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C37DA; }
p { color: rgb(60,55,218); }
H1.HeaderClassName
{
color: #3C37DA;
}
.AnyTagClassName
{
color: #3C37DA;
}
</style>
background-color css
<style>
a { background-color: #3C37DA; }
a { background-color: rgb(60,55,218); }
div.DivClassName
{
background-color: #3C37DA;
}
.BgClassName
{
background-color: #3C37DA;
}
</style>
border-color css
<style>
span { border-color: #3C37DA; }
span { border-color: rgb(60,55,218); }
td.TdClassName
{
border-color: #3C37DA;
}
.TagClassName
{
border-color: #3C37DA;
}
</style>