Shades of Free Speech Blue #3C5AB9
Tints of Free Speech Blue #3C5AB9
RGB
CMYK
RGB Variations
Color information
#3C5AB9 (or 0x3C5AB9) is known color: Free Speech Blue. HEX triplet: 3C, 5A and B9. RGB value is (60,90,185). Sum of RGB (Red+Green+Blue) = 60+90+185=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #3C5AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5AB9 is #C3A546. Grayscale: #5B5B5B. Windows color (decimal): -12821831 or 12147260. OLE color: 12147260.
HSL color Cylindrical-coordinate representation of color #3C5AB9: hue angle of 225.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C5AB9 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 90 | 185 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.27 |
| HSL | 225.6º | 0.51% | 0.48% | - |
| HSV(B) | 225.6º | 0.68% | 0.73% | - |
| XYZ | 14.28 | 11.78 | 47.42 | - |
| YUV | 91.86 | 180.56 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 185 | 0.68 | 0.51 | 0 | 0.27 | 225.6 | 0.51 | 0.48 |
| Hex | 3C | 5A | B9 | 44 | 33 | 0 | 1B | E2 | 33 | 30 |
| Octal | 74 | 132 | 271 | 104 | 63 | 0 | 33 | 342 | 63 | 60 |
| Binary | 111100 | 1011010 | 10111001 | 1000100 | 110011 | 0 | 11011 | 11100010 | 110011 | 110000 |
Color Harmonies of #3C5AB9
Complementary color
Monochromatic Colors of #3C5AB9
Black with #3C5AB9
Text Example
Text Example
White with #3C5AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5AB9; }
p { color: rgb(60,90,185); }
H1.HeaderClassName
{
color: #3C5AB9;
}
.AnyTagClassName
{
color: #3C5AB9;
}
</style>
background-color css
<style>
a { background-color: #3C5AB9; }
a { background-color: rgb(60,90,185); }
div.DivClassName
{
background-color: #3C5AB9;
}
.BgClassName
{
background-color: #3C5AB9;
}
</style>
border-color css
<style>
span { border-color: #3C5AB9; }
span { border-color: rgb(60,90,185); }
td.TdClassName
{
border-color: #3C5AB9;
}
.TagClassName
{
border-color: #3C5AB9;
}
</style>