Shades of Free Speech Blue #3C4CCA
Tints of Free Speech Blue #3C4CCA
RGB
CMYK
RGB Variations
Color information
#3C4CCA (or 0x3C4CCA) is known color: Free Speech Blue. HEX triplet: 3C, 4C and CA. RGB value is (60,76,202). Sum of RGB (Red+Green+Blue) = 60+76+202=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C4CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4CCA is #C3B335. Grayscale: #555555. Windows color (decimal): -12825398 or 13257788. OLE color: 13257788.
HSL color Cylindrical-coordinate representation of color #3C4CCA: hue angle of 233.24º 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 #3C4CCA is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 76 | 202 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.21 |
| HSL | 233.24º | 0.57% | 0.51% | - |
| HSV(B) | 233.24º | 0.7% | 0.79% | - |
| XYZ | 15.11 | 10.39 | 57.09 | - |
| YUV | 85.58 | 193.7 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 76 | 202 | 0.70 | 0.62 | 0 | 0.21 | 233.24 | 0.57 | 0.51 |
| Hex | 3C | 4C | CA | 46 | 3E | 0 | 15 | E9 | 39 | 33 |
| Octal | 74 | 114 | 312 | 106 | 76 | 0 | 25 | 351 | 71 | 63 |
| Binary | 111100 | 1001100 | 11001010 | 1000110 | 111110 | 0 | 10101 | 11101001 | 111001 | 110011 |
Color Harmonies of #3C4CCA
Complementary color
Monochromatic Colors of #3C4CCA
Black with #3C4CCA
Text Example
Text Example
White with #3C4CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4CCA; }
p { color: rgb(60,76,202); }
H1.HeaderClassName
{
color: #3C4CCA;
}
.AnyTagClassName
{
color: #3C4CCA;
}
</style>
background-color css
<style>
a { background-color: #3C4CCA; }
a { background-color: rgb(60,76,202); }
div.DivClassName
{
background-color: #3C4CCA;
}
.BgClassName
{
background-color: #3C4CCA;
}
</style>
border-color css
<style>
span { border-color: #3C4CCA; }
span { border-color: rgb(60,76,202); }
td.TdClassName
{
border-color: #3C4CCA;
}
.TagClassName
{
border-color: #3C4CCA;
}
</style>