Shades of Free Speech Blue #3C4AAB
Tints of Free Speech Blue #3C4AAB
RGB
CMYK
RGB Variations
Color information
#3C4AAB (or 0x3C4AAB) is known color: Free Speech Blue. HEX triplet: 3C, 4A and AB. RGB value is (60,74,171). Sum of RGB (Red+Green+Blue) = 60+74+171=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C4AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4AAB is #C3B554. Grayscale: #505050. Windows color (decimal): -12825941 or 11225660. OLE color: 11225660.
HSL color Cylindrical-coordinate representation of color #3C4AAB: hue angle of 232.43º 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 #3C4AAB is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 74 | 171 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.33 |
| HSL | 232.43º | 0.48% | 0.45% | - |
| HSV(B) | 232.43º | 0.65% | 0.67% | - |
| XYZ | 11.66 | 8.8 | 39.61 | - |
| YUV | 80.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 74 | 171 | 0.65 | 0.57 | 0 | 0.33 | 232.43 | 0.48 | 0.45 |
| Hex | 3C | 4A | AB | 41 | 39 | 0 | 21 | E8 | 30 | 2D |
| Octal | 74 | 112 | 253 | 101 | 71 | 0 | 41 | 350 | 60 | 55 |
| Binary | 111100 | 1001010 | 10101011 | 1000001 | 111001 | 0 | 100001 | 11101000 | 110000 | 101101 |
Color Harmonies of #3C4AAB
Complementary color
Monochromatic Colors of #3C4AAB
Black with #3C4AAB
Text Example
Text Example
White with #3C4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4AAB; }
p { color: rgb(60,74,171); }
H1.HeaderClassName
{
color: #3C4AAB;
}
.AnyTagClassName
{
color: #3C4AAB;
}
</style>
background-color css
<style>
a { background-color: #3C4AAB; }
a { background-color: rgb(60,74,171); }
div.DivClassName
{
background-color: #3C4AAB;
}
.BgClassName
{
background-color: #3C4AAB;
}
</style>
border-color css
<style>
span { border-color: #3C4AAB; }
span { border-color: rgb(60,74,171); }
td.TdClassName
{
border-color: #3C4AAB;
}
.TagClassName
{
border-color: #3C4AAB;
}
</style>