Shades of Free Speech Blue #3C4DAF
Tints of Free Speech Blue #3C4DAF
RGB
CMYK
RGB Variations
Color information
#3C4DAF (or 0x3C4DAF) is known color: Free Speech Blue. HEX triplet: 3C, 4D and AF. RGB value is (60,77,175). Sum of RGB (Red+Green+Blue) = 60+77+175=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C4DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4DAF is #C3B250. Grayscale: #525252. Windows color (decimal): -12825169 or 11488572. OLE color: 11488572.
HSL color Cylindrical-coordinate representation of color #3C4DAF: hue angle of 231.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C4DAF is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 77 | 175 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.31 |
| HSL | 231.13º | 0.49% | 0.46% | - |
| HSV(B) | 231.13º | 0.66% | 0.69% | - |
| XYZ | 12.26 | 9.36 | 41.72 | - |
| YUV | 83.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 175 | 0.66 | 0.56 | 0 | 0.31 | 231.13 | 0.49 | 0.46 |
| Hex | 3C | 4D | AF | 42 | 38 | 0 | 1F | E7 | 31 | 2E |
| Octal | 74 | 115 | 257 | 102 | 70 | 0 | 37 | 347 | 61 | 56 |
| Binary | 111100 | 1001101 | 10101111 | 1000010 | 111000 | 0 | 11111 | 11100111 | 110001 | 101110 |
Color Harmonies of #3C4DAF
Complementary color
Monochromatic Colors of #3C4DAF
Black with #3C4DAF
Text Example
Text Example
White with #3C4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4DAF; }
p { color: rgb(60,77,175); }
H1.HeaderClassName
{
color: #3C4DAF;
}
.AnyTagClassName
{
color: #3C4DAF;
}
</style>
background-color css
<style>
a { background-color: #3C4DAF; }
a { background-color: rgb(60,77,175); }
div.DivClassName
{
background-color: #3C4DAF;
}
.BgClassName
{
background-color: #3C4DAF;
}
</style>
border-color css
<style>
span { border-color: #3C4DAF; }
span { border-color: rgb(60,77,175); }
td.TdClassName
{
border-color: #3C4DAF;
}
.TagClassName
{
border-color: #3C4DAF;
}
</style>