Shades of Free Speech Blue #3C63CA
Tints of Free Speech Blue #3C63CA
RGB
CMYK
RGB Variations
Color information
#3C63CA (or 0x3C63CA) is known color: Free Speech Blue. HEX triplet: 3C, 63 and CA. RGB value is (60,99,202). Sum of RGB (Red+Green+Blue) = 60+99+202=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C63CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C63CA is #C39C35. Grayscale: #626262. Windows color (decimal): -12819510 or 13263676. OLE color: 13263676.
HSL color Cylindrical-coordinate representation of color #3C63CA: hue angle of 223.52º 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 #3C63CA is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 99 | 202 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.21 |
| HSL | 223.52º | 0.57% | 0.51% | - |
| HSV(B) | 223.52º | 0.7% | 0.79% | - |
| XYZ | 16.99 | 14.15 | 57.71 | - |
| YUV | 99.08 | 186.08 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 202 | 0.70 | 0.51 | 0 | 0.21 | 223.52 | 0.57 | 0.51 |
| Hex | 3C | 63 | CA | 46 | 33 | 0 | 15 | E0 | 39 | 33 |
| Octal | 74 | 143 | 312 | 106 | 63 | 0 | 25 | 340 | 71 | 63 |
| Binary | 111100 | 1100011 | 11001010 | 1000110 | 110011 | 0 | 10101 | 11100000 | 111001 | 110011 |
Color Harmonies of #3C63CA
Complementary color
Monochromatic Colors of #3C63CA
Black with #3C63CA
Text Example
Text Example
White with #3C63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C63CA; }
p { color: rgb(60,99,202); }
H1.HeaderClassName
{
color: #3C63CA;
}
.AnyTagClassName
{
color: #3C63CA;
}
</style>
background-color css
<style>
a { background-color: #3C63CA; }
a { background-color: rgb(60,99,202); }
div.DivClassName
{
background-color: #3C63CA;
}
.BgClassName
{
background-color: #3C63CA;
}
</style>
border-color css
<style>
span { border-color: #3C63CA; }
span { border-color: rgb(60,99,202); }
td.TdClassName
{
border-color: #3C63CA;
}
.TagClassName
{
border-color: #3C63CA;
}
</style>