Shades of Free Speech Blue #3C4BAC
Tints of Free Speech Blue #3C4BAC
RGB
CMYK
RGB Variations
Color information
#3C4BAC (or 0x3C4BAC) is known color: Free Speech Blue. HEX triplet: 3C, 4B and AC. RGB value is (60,75,172). Sum of RGB (Red+Green+Blue) = 60+75+172=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C4BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4BAC is #C3B453. Grayscale: #515151. Windows color (decimal): -12825684 or 11291452. OLE color: 11291452.
HSL color Cylindrical-coordinate representation of color #3C4BAC: hue angle of 231.96º 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 #3C4BAC is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 75 | 172 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.33 |
| HSL | 231.96º | 0.48% | 0.45% | - |
| HSV(B) | 231.96º | 0.65% | 0.67% | - |
| XYZ | 11.83 | 8.97 | 40.14 | - |
| YUV | 81.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 172 | 0.65 | 0.56 | 0 | 0.33 | 231.96 | 0.48 | 0.45 |
| Hex | 3C | 4B | AC | 41 | 38 | 0 | 21 | E8 | 30 | 2D |
| Octal | 74 | 113 | 254 | 101 | 70 | 0 | 41 | 350 | 60 | 55 |
| Binary | 111100 | 1001011 | 10101100 | 1000001 | 111000 | 0 | 100001 | 11101000 | 110000 | 101101 |
Color Harmonies of #3C4BAC
Complementary color
Monochromatic Colors of #3C4BAC
Black with #3C4BAC
Text Example
Text Example
White with #3C4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4BAC; }
p { color: rgb(60,75,172); }
H1.HeaderClassName
{
color: #3C4BAC;
}
.AnyTagClassName
{
color: #3C4BAC;
}
</style>
background-color css
<style>
a { background-color: #3C4BAC; }
a { background-color: rgb(60,75,172); }
div.DivClassName
{
background-color: #3C4BAC;
}
.BgClassName
{
background-color: #3C4BAC;
}
</style>
border-color css
<style>
span { border-color: #3C4BAC; }
span { border-color: rgb(60,75,172); }
td.TdClassName
{
border-color: #3C4BAC;
}
.TagClassName
{
border-color: #3C4BAC;
}
</style>