Shades of Free Speech Blue #3C5BB2
Tints of Free Speech Blue #3C5BB2
RGB
CMYK
RGB Variations
Color information
#3C5BB2 (or 0x3C5BB2) is known color: Free Speech Blue. HEX triplet: 3C, 5B and B2. RGB value is (60,91,178). Sum of RGB (Red+Green+Blue) = 60+91+178=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 178 (69.92% from 255 or 54.10% from 329); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C5BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5BB2 is #C3A44D. Grayscale: #5B5B5B. Windows color (decimal): -12821582 or 11688764. OLE color: 11688764.
HSL color Cylindrical-coordinate representation of color #3C5BB2: hue angle of 224.24º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C5BB2 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 91 | 178 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.30 |
| HSL | 224.24º | 0.5% | 0.47% | - |
| HSV(B) | 224.24º | 0.66% | 0.7% | - |
| XYZ | 13.64 | 11.66 | 43.65 | - |
| YUV | 91.65 | 176.73 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 91 | 178 | 0.66 | 0.49 | 0 | 0.30 | 224.24 | 0.5 | 0.47 |
| Hex | 3C | 5B | B2 | 42 | 31 | 0 | 1E | E0 | 32 | 2F |
| Octal | 74 | 133 | 262 | 102 | 61 | 0 | 36 | 340 | 62 | 57 |
| Binary | 111100 | 1011011 | 10110010 | 1000010 | 110001 | 0 | 11110 | 11100000 | 110010 | 101111 |
Color Harmonies of #3C5BB2
Complementary color
Monochromatic Colors of #3C5BB2
Black with #3C5BB2
Text Example
Text Example
White with #3C5BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5BB2; }
p { color: rgb(60,91,178); }
H1.HeaderClassName
{
color: #3C5BB2;
}
.AnyTagClassName
{
color: #3C5BB2;
}
</style>
background-color css
<style>
a { background-color: #3C5BB2; }
a { background-color: rgb(60,91,178); }
div.DivClassName
{
background-color: #3C5BB2;
}
.BgClassName
{
background-color: #3C5BB2;
}
</style>
border-color css
<style>
span { border-color: #3C5BB2; }
span { border-color: rgb(60,91,178); }
td.TdClassName
{
border-color: #3C5BB2;
}
.TagClassName
{
border-color: #3C5BB2;
}
</style>