Shades of Free Speech Blue #3C5FBE
Tints of Free Speech Blue #3C5FBE
RGB
CMYK
RGB Variations
Color information
#3C5FBE (or 0x3C5FBE) is known color: Free Speech Blue. HEX triplet: 3C, 5F and BE. RGB value is (60,95,190). Sum of RGB (Red+Green+Blue) = 60+95+190=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C5FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5FBE is #C3A041. Grayscale: #5E5E5E. Windows color (decimal): -12820546 or 12476220. OLE color: 12476220.
HSL color Cylindrical-coordinate representation of color #3C5FBE: hue angle of 223.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C5FBE is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 95 | 190 | - |
| CMYK | 0.68 | 0.5 | 0 | 0.25 |
| HSL | 223.85º | 0.52% | 0.49% | - |
| HSV(B) | 223.85º | 0.68% | 0.75% | - |
| XYZ | 15.25 | 12.86 | 50.39 | - |
| YUV | 95.37 | 181.4 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 190 | 0.68 | 0.5 | 0 | 0.25 | 223.85 | 0.52 | 0.49 |
| Hex | 3C | 5F | BE | 44 | 32 | 0 | 19 | E0 | 34 | 31 |
| Octal | 74 | 137 | 276 | 104 | 62 | 0 | 31 | 340 | 64 | 61 |
| Binary | 111100 | 1011111 | 10111110 | 1000100 | 110010 | 0 | 11001 | 11100000 | 110100 | 110001 |
Color Harmonies of #3C5FBE
Complementary color
Monochromatic Colors of #3C5FBE
Black with #3C5FBE
Text Example
Text Example
White with #3C5FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5FBE; }
p { color: rgb(60,95,190); }
H1.HeaderClassName
{
color: #3C5FBE;
}
.AnyTagClassName
{
color: #3C5FBE;
}
</style>
background-color css
<style>
a { background-color: #3C5FBE; }
a { background-color: rgb(60,95,190); }
div.DivClassName
{
background-color: #3C5FBE;
}
.BgClassName
{
background-color: #3C5FBE;
}
</style>
border-color css
<style>
span { border-color: #3C5FBE; }
span { border-color: rgb(60,95,190); }
td.TdClassName
{
border-color: #3C5FBE;
}
.TagClassName
{
border-color: #3C5FBE;
}
</style>