Shades of Free Speech Blue #3C4FBC
Tints of Free Speech Blue #3C4FBC
RGB
CMYK
RGB Variations
Color information
#3C4FBC (or 0x3C4FBC) is known color: Free Speech Blue. HEX triplet: 3C, 4F and BC. RGB value is (60,79,188). Sum of RGB (Red+Green+Blue) = 60+79+188=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C4FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4FBC is #C3B043. Grayscale: #555555. Windows color (decimal): -12824644 or 12341052. OLE color: 12341052.
HSL color Cylindrical-coordinate representation of color #3C4FBC: hue angle of 231.09º 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 #3C4FBC is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 79 | 188 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.26 |
| HSL | 231.09º | 0.52% | 0.49% | - |
| HSV(B) | 231.09º | 0.68% | 0.74% | - |
| XYZ | 13.74 | 10.18 | 48.82 | - |
| YUV | 85.75 | 185.71 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 188 | 0.68 | 0.58 | 0 | 0.26 | 231.09 | 0.52 | 0.49 |
| Hex | 3C | 4F | BC | 44 | 3A | 0 | 1A | E7 | 34 | 31 |
| Octal | 74 | 117 | 274 | 104 | 72 | 0 | 32 | 347 | 64 | 61 |
| Binary | 111100 | 1001111 | 10111100 | 1000100 | 111010 | 0 | 11010 | 11100111 | 110100 | 110001 |
Color Harmonies of #3C4FBC
Complementary color
Monochromatic Colors of #3C4FBC
Black with #3C4FBC
Text Example
Text Example
White with #3C4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4FBC; }
p { color: rgb(60,79,188); }
H1.HeaderClassName
{
color: #3C4FBC;
}
.AnyTagClassName
{
color: #3C4FBC;
}
</style>
background-color css
<style>
a { background-color: #3C4FBC; }
a { background-color: rgb(60,79,188); }
div.DivClassName
{
background-color: #3C4FBC;
}
.BgClassName
{
background-color: #3C4FBC;
}
</style>
border-color css
<style>
span { border-color: #3C4FBC; }
span { border-color: rgb(60,79,188); }
td.TdClassName
{
border-color: #3C4FBC;
}
.TagClassName
{
border-color: #3C4FBC;
}
</style>