Shades of Free Speech Blue #3C3BB2
Tints of Free Speech Blue #3C3BB2
RGB
CMYK
RGB Variations
Color information
#3C3BB2 (or 0x3C3BB2) is known color: Free Speech Blue. HEX triplet: 3C, 3B and B2. RGB value is (60,59,178). Sum of RGB (Red+Green+Blue) = 60+59+178=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C3BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3BB2 is #C3C44D. Grayscale: #484848. Windows color (decimal): -12829774 or 11680572. OLE color: 11680572.
HSL color Cylindrical-coordinate representation of color #3C3BB2: hue angle of 240.5º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C3BB2 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 59 | 178 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.30 |
| HSL | 240.5º | 0.5% | 0.46% | - |
| HSV(B) | 240.5º | 0.67% | 0.7% | - |
| XYZ | 11.46 | 7.3 | 42.92 | - |
| YUV | 72.87 | 187.33 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 178 | 0.66 | 0.67 | 0 | 0.30 | 240.5 | 0.5 | 0.46 |
| Hex | 3C | 3B | B2 | 42 | 43 | 0 | 1E | F1 | 32 | 2E |
| Octal | 74 | 73 | 262 | 102 | 103 | 0 | 36 | 361 | 62 | 56 |
| Binary | 111100 | 111011 | 10110010 | 1000010 | 1000011 | 0 | 11110 | 11110001 | 110010 | 101110 |
Color Harmonies of #3C3BB2
Complementary color
Monochromatic Colors of #3C3BB2
Black with #3C3BB2
Text Example
Text Example
White with #3C3BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3BB2; }
p { color: rgb(60,59,178); }
H1.HeaderClassName
{
color: #3C3BB2;
}
.AnyTagClassName
{
color: #3C3BB2;
}
</style>
background-color css
<style>
a { background-color: #3C3BB2; }
a { background-color: rgb(60,59,178); }
div.DivClassName
{
background-color: #3C3BB2;
}
.BgClassName
{
background-color: #3C3BB2;
}
</style>
border-color css
<style>
span { border-color: #3C3BB2; }
span { border-color: rgb(60,59,178); }
td.TdClassName
{
border-color: #3C3BB2;
}
.TagClassName
{
border-color: #3C3BB2;
}
</style>