Shades of Free Speech Blue #3C39BB
Tints of Free Speech Blue #3C39BB
RGB
CMYK
RGB Variations
Color information
#3C39BB (or 0x3C39BB) is known color: Free Speech Blue. HEX triplet: 3C, 39 and BB. RGB value is (60,57,187). Sum of RGB (Red+Green+Blue) = 60+57+187=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C39BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C39BB is #C3C644. Grayscale: #484848. Windows color (decimal): -12830277 or 12269884. OLE color: 12269884.
HSL color Cylindrical-coordinate representation of color #3C39BB: hue angle of 241.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C39BB is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 57 | 187 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.27 |
| HSL | 241.38º | 0.53% | 0.48% | - |
| HSV(B) | 241.38º | 0.7% | 0.73% | - |
| XYZ | 12.3 | 7.47 | 47.81 | - |
| YUV | 72.72 | 192.49 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 187 | 0.68 | 0.70 | 0 | 0.27 | 241.38 | 0.53 | 0.48 |
| Hex | 3C | 39 | BB | 44 | 46 | 0 | 1B | F1 | 35 | 30 |
| Octal | 74 | 71 | 273 | 104 | 106 | 0 | 33 | 361 | 65 | 60 |
| Binary | 111100 | 111001 | 10111011 | 1000100 | 1000110 | 0 | 11011 | 11110001 | 110101 | 110000 |
Color Harmonies of #3C39BB
Complementary color
Monochromatic Colors of #3C39BB
Black with #3C39BB
Text Example
Text Example
White with #3C39BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C39BB; }
p { color: rgb(60,57,187); }
H1.HeaderClassName
{
color: #3C39BB;
}
.AnyTagClassName
{
color: #3C39BB;
}
</style>
background-color css
<style>
a { background-color: #3C39BB; }
a { background-color: rgb(60,57,187); }
div.DivClassName
{
background-color: #3C39BB;
}
.BgClassName
{
background-color: #3C39BB;
}
</style>
border-color css
<style>
span { border-color: #3C39BB; }
span { border-color: rgb(60,57,187); }
td.TdClassName
{
border-color: #3C39BB;
}
.TagClassName
{
border-color: #3C39BB;
}
</style>