Shades of Free Speech Blue #3C4ABD
Tints of Free Speech Blue #3C4ABD
RGB
CMYK
RGB Variations
Color information
#3C4ABD (or 0x3C4ABD) is known color: Free Speech Blue. HEX triplet: 3C, 4A and BD. RGB value is (60,74,189). Sum of RGB (Red+Green+Blue) = 60+74+189=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C4ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4ABD is #C3B542. Grayscale: #525252. Windows color (decimal): -12825923 or 12405308. OLE color: 12405308.
HSL color Cylindrical-coordinate representation of color #3C4ABD: hue angle of 233.49º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C4ABD is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 74 | 189 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.26 |
| HSL | 233.49º | 0.52% | 0.49% | - |
| HSV(B) | 233.49º | 0.68% | 0.74% | - |
| XYZ | 13.5 | 9.53 | 49.27 | - |
| YUV | 82.92 | 187.86 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 74 | 189 | 0.68 | 0.61 | 0 | 0.26 | 233.49 | 0.52 | 0.49 |
| Hex | 3C | 4A | BD | 44 | 3D | 0 | 1A | E9 | 34 | 31 |
| Octal | 74 | 112 | 275 | 104 | 75 | 0 | 32 | 351 | 64 | 61 |
| Binary | 111100 | 1001010 | 10111101 | 1000100 | 111101 | 0 | 11010 | 11101001 | 110100 | 110001 |
Color Harmonies of #3C4ABD
Complementary color
Monochromatic Colors of #3C4ABD
Black with #3C4ABD
Text Example
Text Example
White with #3C4ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4ABD; }
p { color: rgb(60,74,189); }
H1.HeaderClassName
{
color: #3C4ABD;
}
.AnyTagClassName
{
color: #3C4ABD;
}
</style>
background-color css
<style>
a { background-color: #3C4ABD; }
a { background-color: rgb(60,74,189); }
div.DivClassName
{
background-color: #3C4ABD;
}
.BgClassName
{
background-color: #3C4ABD;
}
</style>
border-color css
<style>
span { border-color: #3C4ABD; }
span { border-color: rgb(60,74,189); }
td.TdClassName
{
border-color: #3C4ABD;
}
.TagClassName
{
border-color: #3C4ABD;
}
</style>