Shades of Free Speech Blue #3C39BD
Tints of Free Speech Blue #3C39BD
RGB
CMYK
RGB Variations
Color information
#3C39BD (or 0x3C39BD) is known color: Free Speech Blue. HEX triplet: 3C, 39 and BD. RGB value is (60,57,189). Sum of RGB (Red+Green+Blue) = 60+57+189=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C39BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C39BD is #C3C642. Grayscale: #484848. Windows color (decimal): -12830275 or 12400956. OLE color: 12400956.
HSL color Cylindrical-coordinate representation of color #3C39BD: hue angle of 241.36º degrees, saturation: 0.54, 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 #3C39BD is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 57 | 189 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.26 |
| HSL | 241.36º | 0.54% | 0.48% | - |
| HSV(B) | 241.36º | 0.7% | 0.74% | - |
| XYZ | 12.51 | 7.56 | 48.94 | - |
| YUV | 72.95 | 193.49 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 189 | 0.68 | 0.70 | 0 | 0.26 | 241.36 | 0.54 | 0.48 |
| Hex | 3C | 39 | BD | 44 | 46 | 0 | 1A | F1 | 36 | 30 |
| Octal | 74 | 71 | 275 | 104 | 106 | 0 | 32 | 361 | 66 | 60 |
| Binary | 111100 | 111001 | 10111101 | 1000100 | 1000110 | 0 | 11010 | 11110001 | 110110 | 110000 |
Color Harmonies of #3C39BD
Complementary color
Monochromatic Colors of #3C39BD
Black with #3C39BD
Text Example
Text Example
White with #3C39BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C39BD; }
p { color: rgb(60,57,189); }
H1.HeaderClassName
{
color: #3C39BD;
}
.AnyTagClassName
{
color: #3C39BD;
}
</style>
background-color css
<style>
a { background-color: #3C39BD; }
a { background-color: rgb(60,57,189); }
div.DivClassName
{
background-color: #3C39BD;
}
.BgClassName
{
background-color: #3C39BD;
}
</style>
border-color css
<style>
span { border-color: #3C39BD; }
span { border-color: rgb(60,57,189); }
td.TdClassName
{
border-color: #3C39BD;
}
.TagClassName
{
border-color: #3C39BD;
}
</style>