Shades of Free Speech Blue #3C59B8
Tints of Free Speech Blue #3C59B8
RGB
CMYK
RGB Variations
Color information
#3C59B8 (or 0x3C59B8) is known color: Free Speech Blue. HEX triplet: 3C, 59 and B8. RGB value is (60,89,184). Sum of RGB (Red+Green+Blue) = 60+89+184=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 184 (72.27% from 255 or 55.26% from 333); Max value from RGB is 184 - color contains mainly: blue. Hex color #3C59B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C59B8 is #C3A647. Grayscale: #5A5A5A. Windows color (decimal): -12822088 or 12081468. OLE color: 12081468.
HSL color Cylindrical-coordinate representation of color #3C59B8: hue angle of 225.97º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C59B8 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 89 | 184 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.28 |
| HSL | 225.97º | 0.51% | 0.48% | - |
| HSV(B) | 225.97º | 0.67% | 0.72% | - |
| XYZ | 14.09 | 11.57 | 46.84 | - |
| YUV | 91.16 | 180.39 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 184 | 0.67 | 0.52 | 0 | 0.28 | 225.97 | 0.51 | 0.48 |
| Hex | 3C | 59 | B8 | 43 | 34 | 0 | 1C | E2 | 33 | 30 |
| Octal | 74 | 131 | 270 | 103 | 64 | 0 | 34 | 342 | 63 | 60 |
| Binary | 111100 | 1011001 | 10111000 | 1000011 | 110100 | 0 | 11100 | 11100010 | 110011 | 110000 |
Color Harmonies of #3C59B8
Complementary color
Monochromatic Colors of #3C59B8
Black with #3C59B8
Text Example
Text Example
White with #3C59B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C59B8; }
p { color: rgb(60,89,184); }
H1.HeaderClassName
{
color: #3C59B8;
}
.AnyTagClassName
{
color: #3C59B8;
}
</style>
background-color css
<style>
a { background-color: #3C59B8; }
a { background-color: rgb(60,89,184); }
div.DivClassName
{
background-color: #3C59B8;
}
.BgClassName
{
background-color: #3C59B8;
}
</style>
border-color css
<style>
span { border-color: #3C59B8; }
span { border-color: rgb(60,89,184); }
td.TdClassName
{
border-color: #3C59B8;
}
.TagClassName
{
border-color: #3C59B8;
}
</style>