Shades of Free Speech Blue #3C4DAB
Tints of Free Speech Blue #3C4DAB
RGB
CMYK
RGB Variations
Color information
#3C4DAB (or 0x3C4DAB) is known color: Free Speech Blue. HEX triplet: 3C, 4D and AB. RGB value is (60,77,171). Sum of RGB (Red+Green+Blue) = 60+77+171=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C4DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4DAB is #C3B254. Grayscale: #525252. Windows color (decimal): -12825173 or 11226428. OLE color: 11226428.
HSL color Cylindrical-coordinate representation of color #3C4DAB: hue angle of 230.81º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C4DAB is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 77 | 171 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.33 |
| HSL | 230.81º | 0.48% | 0.45% | - |
| HSV(B) | 230.81º | 0.65% | 0.67% | - |
| XYZ | 11.87 | 9.21 | 39.68 | - |
| YUV | 82.63 | 177.87 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 171 | 0.65 | 0.55 | 0 | 0.33 | 230.81 | 0.48 | 0.45 |
| Hex | 3C | 4D | AB | 41 | 37 | 0 | 21 | E7 | 30 | 2D |
| Octal | 74 | 115 | 253 | 101 | 67 | 0 | 41 | 347 | 60 | 55 |
| Binary | 111100 | 1001101 | 10101011 | 1000001 | 110111 | 0 | 100001 | 11100111 | 110000 | 101101 |
Color Harmonies of #3C4DAB
Complementary color
Monochromatic Colors of #3C4DAB
Black with #3C4DAB
Text Example
Text Example
White with #3C4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4DAB; }
p { color: rgb(60,77,171); }
H1.HeaderClassName
{
color: #3C4DAB;
}
.AnyTagClassName
{
color: #3C4DAB;
}
</style>
background-color css
<style>
a { background-color: #3C4DAB; }
a { background-color: rgb(60,77,171); }
div.DivClassName
{
background-color: #3C4DAB;
}
.BgClassName
{
background-color: #3C4DAB;
}
</style>
border-color css
<style>
span { border-color: #3C4DAB; }
span { border-color: rgb(60,77,171); }
td.TdClassName
{
border-color: #3C4DAB;
}
.TagClassName
{
border-color: #3C4DAB;
}
</style>