Shades of Free Speech Blue #3C5FC4
Tints of Free Speech Blue #3C5FC4
RGB
CMYK
RGB Variations
Color information
#3C5FC4 (or 0x3C5FC4) is known color: Free Speech Blue. HEX triplet: 3C, 5F and C4. RGB value is (60,95,196). Sum of RGB (Red+Green+Blue) = 60+95+196=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #3C5FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5FC4 is #C3A03B. Grayscale: #5F5F5F. Windows color (decimal): -12820540 or 12869436. OLE color: 12869436.
HSL color Cylindrical-coordinate representation of color #3C5FC4: hue angle of 224.56º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C5FC4 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 95 | 196 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.23 |
| HSL | 224.56º | 0.54% | 0.5% | - |
| HSV(B) | 224.56º | 0.69% | 0.77% | - |
| XYZ | 15.92 | 13.13 | 53.92 | - |
| YUV | 96.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 196 | 0.69 | 0.52 | 0 | 0.23 | 224.56 | 0.54 | 0.5 |
| Hex | 3C | 5F | C4 | 45 | 34 | 0 | 17 | E1 | 36 | 32 |
| Octal | 74 | 137 | 304 | 105 | 64 | 0 | 27 | 341 | 66 | 62 |
| Binary | 111100 | 1011111 | 11000100 | 1000101 | 110100 | 0 | 10111 | 11100001 | 110110 | 110010 |
Color Harmonies of #3C5FC4
Complementary color
Monochromatic Colors of #3C5FC4
Black with #3C5FC4
Text Example
Text Example
White with #3C5FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5FC4; }
p { color: rgb(60,95,196); }
H1.HeaderClassName
{
color: #3C5FC4;
}
.AnyTagClassName
{
color: #3C5FC4;
}
</style>
background-color css
<style>
a { background-color: #3C5FC4; }
a { background-color: rgb(60,95,196); }
div.DivClassName
{
background-color: #3C5FC4;
}
.BgClassName
{
background-color: #3C5FC4;
}
</style>
border-color css
<style>
span { border-color: #3C5FC4; }
span { border-color: rgb(60,95,196); }
td.TdClassName
{
border-color: #3C5FC4;
}
.TagClassName
{
border-color: #3C5FC4;
}
</style>