Shades of Free Speech Blue #3C59CA
Tints of Free Speech Blue #3C59CA
RGB
CMYK
RGB Variations
Color information
#3C59CA (or 0x3C59CA) is known color: Free Speech Blue. HEX triplet: 3C, 59 and CA. RGB value is (60,89,202). Sum of RGB (Red+Green+Blue) = 60+89+202=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C59CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C59CA is #C3A635. Grayscale: #5C5C5C. Windows color (decimal): -12822070 or 13261116. OLE color: 13261116.
HSL color Cylindrical-coordinate representation of color #3C59CA: hue angle of 227.75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C59CA is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 89 | 202 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.21 |
| HSL | 227.75º | 0.57% | 0.51% | - |
| HSV(B) | 227.75º | 0.7% | 0.79% | - |
| XYZ | 16.1 | 12.37 | 57.42 | - |
| YUV | 93.21 | 189.39 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 202 | 0.70 | 0.56 | 0 | 0.21 | 227.75 | 0.57 | 0.51 |
| Hex | 3C | 59 | CA | 46 | 38 | 0 | 15 | E4 | 39 | 33 |
| Octal | 74 | 131 | 312 | 106 | 70 | 0 | 25 | 344 | 71 | 63 |
| Binary | 111100 | 1011001 | 11001010 | 1000110 | 111000 | 0 | 10101 | 11100100 | 111001 | 110011 |
Color Harmonies of #3C59CA
Complementary color
Monochromatic Colors of #3C59CA
Black with #3C59CA
Text Example
Text Example
White with #3C59CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C59CA; }
p { color: rgb(60,89,202); }
H1.HeaderClassName
{
color: #3C59CA;
}
.AnyTagClassName
{
color: #3C59CA;
}
</style>
background-color css
<style>
a { background-color: #3C59CA; }
a { background-color: rgb(60,89,202); }
div.DivClassName
{
background-color: #3C59CA;
}
.BgClassName
{
background-color: #3C59CA;
}
</style>
border-color css
<style>
span { border-color: #3C59CA; }
span { border-color: rgb(60,89,202); }
td.TdClassName
{
border-color: #3C59CA;
}
.TagClassName
{
border-color: #3C59CA;
}
</style>