Shades of Free Speech Blue #3C48BA
Tints of Free Speech Blue #3C48BA
RGB
CMYK
RGB Variations
Color information
#3C48BA (or 0x3C48BA) is known color: Free Speech Blue. HEX triplet: 3C, 48 and BA. RGB value is (60,72,186). Sum of RGB (Red+Green+Blue) = 60+72+186=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C48BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C48BA is #C3B745. Grayscale: #505050. Windows color (decimal): -12826438 or 12208188. OLE color: 12208188.
HSL color Cylindrical-coordinate representation of color #3C48BA: hue angle of 234.29º 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 #3C48BA is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 72 | 186 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.27 |
| HSL | 234.29º | 0.51% | 0.48% | - |
| HSV(B) | 234.29º | 0.68% | 0.73% | - |
| XYZ | 13.04 | 9.14 | 47.53 | - |
| YUV | 81.41 | 187.02 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 186 | 0.68 | 0.61 | 0 | 0.27 | 234.29 | 0.51 | 0.48 |
| Hex | 3C | 48 | BA | 44 | 3D | 0 | 1B | EA | 33 | 30 |
| Octal | 74 | 110 | 272 | 104 | 75 | 0 | 33 | 352 | 63 | 60 |
| Binary | 111100 | 1001000 | 10111010 | 1000100 | 111101 | 0 | 11011 | 11101010 | 110011 | 110000 |
Color Harmonies of #3C48BA
Complementary color
Monochromatic Colors of #3C48BA
Black with #3C48BA
Text Example
Text Example
White with #3C48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C48BA; }
p { color: rgb(60,72,186); }
H1.HeaderClassName
{
color: #3C48BA;
}
.AnyTagClassName
{
color: #3C48BA;
}
</style>
background-color css
<style>
a { background-color: #3C48BA; }
a { background-color: rgb(60,72,186); }
div.DivClassName
{
background-color: #3C48BA;
}
.BgClassName
{
background-color: #3C48BA;
}
</style>
border-color css
<style>
span { border-color: #3C48BA; }
span { border-color: rgb(60,72,186); }
td.TdClassName
{
border-color: #3C48BA;
}
.TagClassName
{
border-color: #3C48BA;
}
</style>