Shades of Free Speech Blue #3C5CBB
Tints of Free Speech Blue #3C5CBB
RGB
CMYK
RGB Variations
Color information
#3C5CBB (or 0x3C5CBB) is known color: Free Speech Blue. HEX triplet: 3C, 5C and BB. RGB value is (60,92,187). Sum of RGB (Red+Green+Blue) = 60+92+187=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C5CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5CBB is #C3A344. Grayscale: #5C5C5C. Windows color (decimal): -12821317 or 12278844. OLE color: 12278844.
HSL color Cylindrical-coordinate representation of color #3C5CBB: hue angle of 224.88º 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 #3C5CBB is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 92 | 187 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.27 |
| HSL | 224.88º | 0.51% | 0.48% | - |
| HSV(B) | 224.88º | 0.68% | 0.73% | - |
| XYZ | 14.66 | 12.2 | 48.6 | - |
| YUV | 93.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 92 | 187 | 0.68 | 0.51 | 0 | 0.27 | 224.88 | 0.51 | 0.48 |
| Hex | 3C | 5C | BB | 44 | 33 | 0 | 1B | E1 | 33 | 30 |
| Octal | 74 | 134 | 273 | 104 | 63 | 0 | 33 | 341 | 63 | 60 |
| Binary | 111100 | 1011100 | 10111011 | 1000100 | 110011 | 0 | 11011 | 11100001 | 110011 | 110000 |
Color Harmonies of #3C5CBB
Complementary color
Monochromatic Colors of #3C5CBB
Black with #3C5CBB
Text Example
Text Example
White with #3C5CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5CBB; }
p { color: rgb(60,92,187); }
H1.HeaderClassName
{
color: #3C5CBB;
}
.AnyTagClassName
{
color: #3C5CBB;
}
</style>
background-color css
<style>
a { background-color: #3C5CBB; }
a { background-color: rgb(60,92,187); }
div.DivClassName
{
background-color: #3C5CBB;
}
.BgClassName
{
background-color: #3C5CBB;
}
</style>
border-color css
<style>
span { border-color: #3C5CBB; }
span { border-color: rgb(60,92,187); }
td.TdClassName
{
border-color: #3C5CBB;
}
.TagClassName
{
border-color: #3C5CBB;
}
</style>