Shades of Free Speech Blue #3C3CBB
Tints of Free Speech Blue #3C3CBB
RGB
CMYK
RGB Variations
Color information
#3C3CBB (or 0x3C3CBB) is known color: Free Speech Blue. HEX triplet: 3C, 3C and BB. RGB value is (60,60,187). Sum of RGB (Red+Green+Blue) = 60+60+187=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C3CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3CBB is #C3C344. Grayscale: #494949. Windows color (decimal): -12829509 or 12270652. OLE color: 12270652.
HSL color Cylindrical-coordinate representation of color #3C3CBB: hue angle of 240º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C3CBB is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 60 | 187 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.27 |
| HSL | 240º | 0.51% | 0.48% | - |
| HSV(B) | 240º | 0.68% | 0.73% | - |
| XYZ | 12.45 | 7.78 | 47.86 | - |
| YUV | 74.48 | 191.5 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 60 | 187 | 0.68 | 0.68 | 0 | 0.27 | 240 | 0.51 | 0.48 |
| Hex | 3C | 3C | BB | 44 | 44 | 0 | 1B | F0 | 33 | 30 |
| Octal | 74 | 74 | 273 | 104 | 104 | 0 | 33 | 360 | 63 | 60 |
| Binary | 111100 | 111100 | 10111011 | 1000100 | 1000100 | 0 | 11011 | 11110000 | 110011 | 110000 |
Color Harmonies of #3C3CBB
Complementary color
Monochromatic Colors of #3C3CBB
Black with #3C3CBB
Text Example
Text Example
White with #3C3CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3CBB; }
p { color: rgb(60,60,187); }
H1.HeaderClassName
{
color: #3C3CBB;
}
.AnyTagClassName
{
color: #3C3CBB;
}
</style>
background-color css
<style>
a { background-color: #3C3CBB; }
a { background-color: rgb(60,60,187); }
div.DivClassName
{
background-color: #3C3CBB;
}
.BgClassName
{
background-color: #3C3CBB;
}
</style>
border-color css
<style>
span { border-color: #3C3CBB; }
span { border-color: rgb(60,60,187); }
td.TdClassName
{
border-color: #3C3CBB;
}
.TagClassName
{
border-color: #3C3CBB;
}
</style>