Shades of Free Speech Blue #3C4ACB
Tints of Free Speech Blue #3C4ACB
RGB
CMYK
RGB Variations
Color information
#3C4ACB (or 0x3C4ACB) is known color: Free Speech Blue. HEX triplet: 3C, 4A and CB. RGB value is (60,74,203). Sum of RGB (Red+Green+Blue) = 60+74+203=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C4ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4ACB is #C3B534. Grayscale: #535353. Windows color (decimal): -12825909 or 13322812. OLE color: 13322812.
HSL color Cylindrical-coordinate representation of color #3C4ACB: hue angle of 234.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C4ACB is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 74 | 203 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.20 |
| HSL | 234.13º | 0.58% | 0.52% | - |
| HSV(B) | 234.13º | 0.7% | 0.8% | - |
| XYZ | 15.09 | 10.17 | 57.67 | - |
| YUV | 84.52 | 194.86 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 74 | 203 | 0.70 | 0.64 | 0 | 0.20 | 234.13 | 0.58 | 0.52 |
| Hex | 3C | 4A | CB | 46 | 40 | 0 | 14 | EA | 3A | 34 |
| Octal | 74 | 112 | 313 | 106 | 100 | 0 | 24 | 352 | 72 | 64 |
| Binary | 111100 | 1001010 | 11001011 | 1000110 | 1000000 | 0 | 10100 | 11101010 | 111010 | 110100 |
Color Harmonies of #3C4ACB
Complementary color
Monochromatic Colors of #3C4ACB
Black with #3C4ACB
Text Example
Text Example
White with #3C4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4ACB; }
p { color: rgb(60,74,203); }
H1.HeaderClassName
{
color: #3C4ACB;
}
.AnyTagClassName
{
color: #3C4ACB;
}
</style>
background-color css
<style>
a { background-color: #3C4ACB; }
a { background-color: rgb(60,74,203); }
div.DivClassName
{
background-color: #3C4ACB;
}
.BgClassName
{
background-color: #3C4ACB;
}
</style>
border-color css
<style>
span { border-color: #3C4ACB; }
span { border-color: rgb(60,74,203); }
td.TdClassName
{
border-color: #3C4ACB;
}
.TagClassName
{
border-color: #3C4ACB;
}
</style>