Shades of Free Speech Blue #3C3BBA
Tints of Free Speech Blue #3C3BBA
RGB
CMYK
RGB Variations
Color information
#3C3BBA (or 0x3C3BBA) is known color: Free Speech Blue. HEX triplet: 3C, 3B and BA. RGB value is (60,59,186). Sum of RGB (Red+Green+Blue) = 60+59+186=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C3BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3BBA is #C3C445. Grayscale: #494949. Windows color (decimal): -12829766 or 12204860. OLE color: 12204860.
HSL color Cylindrical-coordinate representation of color #3C3BBA: hue angle of 240.47º degrees, saturation: 0.52, 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 #3C3BBA is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 59 | 186 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.27 |
| HSL | 240.47º | 0.52% | 0.48% | - |
| HSV(B) | 240.47º | 0.68% | 0.73% | - |
| XYZ | 12.29 | 7.63 | 47.28 | - |
| YUV | 73.78 | 191.33 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 186 | 0.68 | 0.68 | 0 | 0.27 | 240.47 | 0.52 | 0.48 |
| Hex | 3C | 3B | BA | 44 | 44 | 0 | 1B | F0 | 34 | 30 |
| Octal | 74 | 73 | 272 | 104 | 104 | 0 | 33 | 360 | 64 | 60 |
| Binary | 111100 | 111011 | 10111010 | 1000100 | 1000100 | 0 | 11011 | 11110000 | 110100 | 110000 |
Color Harmonies of #3C3BBA
Complementary color
Monochromatic Colors of #3C3BBA
Black with #3C3BBA
Text Example
Text Example
White with #3C3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3BBA; }
p { color: rgb(60,59,186); }
H1.HeaderClassName
{
color: #3C3BBA;
}
.AnyTagClassName
{
color: #3C3BBA;
}
</style>
background-color css
<style>
a { background-color: #3C3BBA; }
a { background-color: rgb(60,59,186); }
div.DivClassName
{
background-color: #3C3BBA;
}
.BgClassName
{
background-color: #3C3BBA;
}
</style>
border-color css
<style>
span { border-color: #3C3BBA; }
span { border-color: rgb(60,59,186); }
td.TdClassName
{
border-color: #3C3BBA;
}
.TagClassName
{
border-color: #3C3BBA;
}
</style>