Shades of Free Speech Blue #3C58BE
Tints of Free Speech Blue #3C58BE
RGB
CMYK
RGB Variations
Color information
#3C58BE (or 0x3C58BE) is known color: Free Speech Blue. HEX triplet: 3C, 58 and BE. RGB value is (60,88,190). Sum of RGB (Red+Green+Blue) = 60+88+190=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C58BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C58BE is #C3A741. Grayscale: #5A5A5A. Windows color (decimal): -12822338 or 12474428. OLE color: 12474428.
HSL color Cylindrical-coordinate representation of color #3C58BE: hue angle of 227.08º 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 #3C58BE is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 88 | 190 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.25 |
| HSL | 227.08º | 0.52% | 0.49% | - |
| HSV(B) | 227.08º | 0.68% | 0.75% | - |
| XYZ | 14.65 | 11.66 | 50.19 | - |
| YUV | 91.26 | 183.72 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 190 | 0.68 | 0.54 | 0 | 0.25 | 227.08 | 0.52 | 0.49 |
| Hex | 3C | 58 | BE | 44 | 36 | 0 | 19 | E3 | 34 | 31 |
| Octal | 74 | 130 | 276 | 104 | 66 | 0 | 31 | 343 | 64 | 61 |
| Binary | 111100 | 1011000 | 10111110 | 1000100 | 110110 | 0 | 11001 | 11100011 | 110100 | 110001 |
Color Harmonies of #3C58BE
Complementary color
Monochromatic Colors of #3C58BE
Black with #3C58BE
Text Example
Text Example
White with #3C58BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C58BE; }
p { color: rgb(60,88,190); }
H1.HeaderClassName
{
color: #3C58BE;
}
.AnyTagClassName
{
color: #3C58BE;
}
</style>
background-color css
<style>
a { background-color: #3C58BE; }
a { background-color: rgb(60,88,190); }
div.DivClassName
{
background-color: #3C58BE;
}
.BgClassName
{
background-color: #3C58BE;
}
</style>
border-color css
<style>
span { border-color: #3C58BE; }
span { border-color: rgb(60,88,190); }
td.TdClassName
{
border-color: #3C58BE;
}
.TagClassName
{
border-color: #3C58BE;
}
</style>