Shades of Free Speech Blue #3C5AC8
Tints of Free Speech Blue #3C5AC8
RGB
CMYK
RGB Variations
Color information
#3C5AC8 (or 0x3C5AC8) is known color: Free Speech Blue. HEX triplet: 3C, 5A and C8. RGB value is (60,90,200). Sum of RGB (Red+Green+Blue) = 60+90+200=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C5AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5AC8 is #C3A537. Grayscale: #5D5D5D. Windows color (decimal): -12821816 or 13130300. OLE color: 13130300.
HSL color Cylindrical-coordinate representation of color #3C5AC8: hue angle of 227.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C5AC8 is Cyan = 0.7, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 90 | 200 | - |
| CMYK | 0.7 | 0.55 | 0 | 0.22 |
| HSL | 227.14º | 0.56% | 0.51% | - |
| HSV(B) | 227.14º | 0.7% | 0.78% | - |
| XYZ | 15.94 | 12.44 | 56.2 | - |
| YUV | 93.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 200 | 0.7 | 0.55 | 0 | 0.22 | 227.14 | 0.56 | 0.51 |
| Hex | 3C | 5A | C8 | 46 | 37 | 0 | 16 | E3 | 38 | 33 |
| Octal | 74 | 132 | 310 | 106 | 67 | 0 | 26 | 343 | 70 | 63 |
| Binary | 111100 | 1011010 | 11001000 | 1000110 | 110111 | 0 | 10110 | 11100011 | 111000 | 110011 |
Color Harmonies of #3C5AC8
Complementary color
Monochromatic Colors of #3C5AC8
Black with #3C5AC8
Text Example
Text Example
White with #3C5AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5AC8; }
p { color: rgb(60,90,200); }
H1.HeaderClassName
{
color: #3C5AC8;
}
.AnyTagClassName
{
color: #3C5AC8;
}
</style>
background-color css
<style>
a { background-color: #3C5AC8; }
a { background-color: rgb(60,90,200); }
div.DivClassName
{
background-color: #3C5AC8;
}
.BgClassName
{
background-color: #3C5AC8;
}
</style>
border-color css
<style>
span { border-color: #3C5AC8; }
span { border-color: rgb(60,90,200); }
td.TdClassName
{
border-color: #3C5AC8;
}
.TagClassName
{
border-color: #3C5AC8;
}
</style>