Shades of Free Speech Blue #3C39BC
Tints of Free Speech Blue #3C39BC
RGB
CMYK
RGB Variations
Color information
#3C39BC (or 0x3C39BC) is known color: Free Speech Blue. HEX triplet: 3C, 39 and BC. RGB value is (60,57,188). Sum of RGB (Red+Green+Blue) = 60+57+188=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C39BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C39BC is #C3C643. Grayscale: #484848. Windows color (decimal): -12830276 or 12335420. OLE color: 12335420.
HSL color Cylindrical-coordinate representation of color #3C39BC: hue angle of 241.37º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C39BC is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 57 | 188 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.26 |
| HSL | 241.37º | 0.53% | 0.48% | - |
| HSV(B) | 241.37º | 0.7% | 0.74% | - |
| XYZ | 12.4 | 7.52 | 48.37 | - |
| YUV | 72.83 | 192.99 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 188 | 0.68 | 0.70 | 0 | 0.26 | 241.37 | 0.53 | 0.48 |
| Hex | 3C | 39 | BC | 44 | 46 | 0 | 1A | F1 | 35 | 30 |
| Octal | 74 | 71 | 274 | 104 | 106 | 0 | 32 | 361 | 65 | 60 |
| Binary | 111100 | 111001 | 10111100 | 1000100 | 1000110 | 0 | 11010 | 11110001 | 110101 | 110000 |
Color Harmonies of #3C39BC
Complementary color
Monochromatic Colors of #3C39BC
Black with #3C39BC
Text Example
Text Example
White with #3C39BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C39BC; }
p { color: rgb(60,57,188); }
H1.HeaderClassName
{
color: #3C39BC;
}
.AnyTagClassName
{
color: #3C39BC;
}
</style>
background-color css
<style>
a { background-color: #3C39BC; }
a { background-color: rgb(60,57,188); }
div.DivClassName
{
background-color: #3C39BC;
}
.BgClassName
{
background-color: #3C39BC;
}
</style>
border-color css
<style>
span { border-color: #3C39BC; }
span { border-color: rgb(60,57,188); }
td.TdClassName
{
border-color: #3C39BC;
}
.TagClassName
{
border-color: #3C39BC;
}
</style>