Shades of Free Speech Blue #3C65BA
Tints of Free Speech Blue #3C65BA
RGB
CMYK
RGB Variations
Color information
#3C65BA (or 0x3C65BA) is known color: Free Speech Blue. HEX triplet: 3C, 65 and BA. RGB value is (60,101,186). Sum of RGB (Red+Green+Blue) = 60+101+186=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C65BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C65BA is #C39A45. Grayscale: #626262. Windows color (decimal): -12819014 or 12215612. OLE color: 12215612.
HSL color Cylindrical-coordinate representation of color #3C65BA: hue angle of 220.48º 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 #3C65BA is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 101 | 186 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.27 |
| HSL | 220.48º | 0.51% | 0.48% | - |
| HSV(B) | 220.48º | 0.68% | 0.73% | - |
| XYZ | 15.38 | 13.81 | 48.31 | - |
| YUV | 98.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 186 | 0.68 | 0.46 | 0 | 0.27 | 220.48 | 0.51 | 0.48 |
| Hex | 3C | 65 | BA | 44 | 2E | 0 | 1B | DC | 33 | 30 |
| Octal | 74 | 145 | 272 | 104 | 56 | 0 | 33 | 334 | 63 | 60 |
| Binary | 111100 | 1100101 | 10111010 | 1000100 | 101110 | 0 | 11011 | 11011100 | 110011 | 110000 |
Color Harmonies of #3C65BA
Complementary color
Monochromatic Colors of #3C65BA
Black with #3C65BA
Text Example
Text Example
White with #3C65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C65BA; }
p { color: rgb(60,101,186); }
H1.HeaderClassName
{
color: #3C65BA;
}
.AnyTagClassName
{
color: #3C65BA;
}
</style>
background-color css
<style>
a { background-color: #3C65BA; }
a { background-color: rgb(60,101,186); }
div.DivClassName
{
background-color: #3C65BA;
}
.BgClassName
{
background-color: #3C65BA;
}
</style>
border-color css
<style>
span { border-color: #3C65BA; }
span { border-color: rgb(60,101,186); }
td.TdClassName
{
border-color: #3C65BA;
}
.TagClassName
{
border-color: #3C65BA;
}
</style>