Shades of Free Speech Blue #3C4FB2
Tints of Free Speech Blue #3C4FB2
RGB
CMYK
RGB Variations
Color information
#3C4FB2 (or 0x3C4FB2) is known color: Free Speech Blue. HEX triplet: 3C, 4F and B2. RGB value is (60,79,178). Sum of RGB (Red+Green+Blue) = 60+79+178=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 178 (69.92% from 255 or 56.15% from 317); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C4FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4FB2 is #C3B04D. Grayscale: #545454. Windows color (decimal): -12824654 or 11685692. OLE color: 11685692.
HSL color Cylindrical-coordinate representation of color #3C4FB2: hue angle of 230.34º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C4FB2 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 79 | 178 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.30 |
| HSL | 230.34º | 0.5% | 0.47% | - |
| HSV(B) | 230.34º | 0.66% | 0.7% | - |
| XYZ | 12.7 | 9.77 | 43.34 | - |
| YUV | 84.61 | 180.71 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 178 | 0.66 | 0.56 | 0 | 0.30 | 230.34 | 0.5 | 0.47 |
| Hex | 3C | 4F | B2 | 42 | 38 | 0 | 1E | E6 | 32 | 2F |
| Octal | 74 | 117 | 262 | 102 | 70 | 0 | 36 | 346 | 62 | 57 |
| Binary | 111100 | 1001111 | 10110010 | 1000010 | 111000 | 0 | 11110 | 11100110 | 110010 | 101111 |
Color Harmonies of #3C4FB2
Complementary color
Monochromatic Colors of #3C4FB2
Black with #3C4FB2
Text Example
Text Example
White with #3C4FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4FB2; }
p { color: rgb(60,79,178); }
H1.HeaderClassName
{
color: #3C4FB2;
}
.AnyTagClassName
{
color: #3C4FB2;
}
</style>
background-color css
<style>
a { background-color: #3C4FB2; }
a { background-color: rgb(60,79,178); }
div.DivClassName
{
background-color: #3C4FB2;
}
.BgClassName
{
background-color: #3C4FB2;
}
</style>
border-color css
<style>
span { border-color: #3C4FB2; }
span { border-color: rgb(60,79,178); }
td.TdClassName
{
border-color: #3C4FB2;
}
.TagClassName
{
border-color: #3C4FB2;
}
</style>