Shades of Free Speech Blue #3C39B9
Tints of Free Speech Blue #3C39B9
RGB
CMYK
RGB Variations
Color information
#3C39B9 (or 0x3C39B9) is known color: Free Speech Blue. HEX triplet: 3C, 39 and B9. RGB value is (60,57,185). Sum of RGB (Red+Green+Blue) = 60+57+185=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 185 (72.66% from 255 or 61.26% from 302); Max value from RGB is 185 - color contains mainly: blue. Hex color #3C39B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C39B9 is #C3C646. Grayscale: #474747. Windows color (decimal): -12830279 or 12138812. OLE color: 12138812.
HSL color Cylindrical-coordinate representation of color #3C39B9: hue angle of 241.41º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C39B9 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 57 | 185 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.27 |
| HSL | 241.41º | 0.53% | 0.47% | - |
| HSV(B) | 241.41º | 0.69% | 0.73% | - |
| XYZ | 12.08 | 7.39 | 46.69 | - |
| YUV | 72.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 185 | 0.68 | 0.69 | 0 | 0.27 | 241.41 | 0.53 | 0.47 |
| Hex | 3C | 39 | B9 | 44 | 45 | 0 | 1B | F1 | 35 | 2F |
| Octal | 74 | 71 | 271 | 104 | 105 | 0 | 33 | 361 | 65 | 57 |
| Binary | 111100 | 111001 | 10111001 | 1000100 | 1000101 | 0 | 11011 | 11110001 | 110101 | 101111 |
Color Harmonies of #3C39B9
Complementary color
Monochromatic Colors of #3C39B9
Black with #3C39B9
Text Example
Text Example
White with #3C39B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C39B9; }
p { color: rgb(60,57,185); }
H1.HeaderClassName
{
color: #3C39B9;
}
.AnyTagClassName
{
color: #3C39B9;
}
</style>
background-color css
<style>
a { background-color: #3C39B9; }
a { background-color: rgb(60,57,185); }
div.DivClassName
{
background-color: #3C39B9;
}
.BgClassName
{
background-color: #3C39B9;
}
</style>
border-color css
<style>
span { border-color: #3C39B9; }
span { border-color: rgb(60,57,185); }
td.TdClassName
{
border-color: #3C39B9;
}
.TagClassName
{
border-color: #3C39B9;
}
</style>