Shades of Free Speech Blue #3C59C3
Tints of Free Speech Blue #3C59C3
RGB
CMYK
RGB Variations
Color information
#3C59C3 (or 0x3C59C3) is known color: Free Speech Blue. HEX triplet: 3C, 59 and C3. RGB value is (60,89,195). Sum of RGB (Red+Green+Blue) = 60+89+195=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 195 (76.56% from 255 or 56.69% from 344); Max value from RGB is 195 - color contains mainly: blue. Hex color #3C59C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C59C3 is #C3A63C. Grayscale: #5B5B5B. Windows color (decimal): -12822077 or 12802364. OLE color: 12802364.
HSL color Cylindrical-coordinate representation of color #3C59C3: hue angle of 227.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C59C3 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 89 | 195 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.24 |
| HSL | 227.11º | 0.53% | 0.5% | - |
| HSV(B) | 227.11º | 0.69% | 0.76% | - |
| XYZ | 15.29 | 12.05 | 53.15 | - |
| YUV | 92.41 | 185.89 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 195 | 0.69 | 0.54 | 0 | 0.24 | 227.11 | 0.53 | 0.5 |
| Hex | 3C | 59 | C3 | 45 | 36 | 0 | 18 | E3 | 35 | 32 |
| Octal | 74 | 131 | 303 | 105 | 66 | 0 | 30 | 343 | 65 | 62 |
| Binary | 111100 | 1011001 | 11000011 | 1000101 | 110110 | 0 | 11000 | 11100011 | 110101 | 110010 |
Color Harmonies of #3C59C3
Complementary color
Monochromatic Colors of #3C59C3
Black with #3C59C3
Text Example
Text Example
White with #3C59C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C59C3; }
p { color: rgb(60,89,195); }
H1.HeaderClassName
{
color: #3C59C3;
}
.AnyTagClassName
{
color: #3C59C3;
}
</style>
background-color css
<style>
a { background-color: #3C59C3; }
a { background-color: rgb(60,89,195); }
div.DivClassName
{
background-color: #3C59C3;
}
.BgClassName
{
background-color: #3C59C3;
}
</style>
border-color css
<style>
span { border-color: #3C59C3; }
span { border-color: rgb(60,89,195); }
td.TdClassName
{
border-color: #3C59C3;
}
.TagClassName
{
border-color: #3C59C3;
}
</style>