Shades of Free Speech Blue #3B65BA
Tints of Free Speech Blue #3B65BA
RGB
CMYK
RGB Variations
Color information
#3B65BA (or 0x3B65BA) is known color: Free Speech Blue. HEX triplet: 3B, 65 and BA. RGB value is (59,101,186). Sum of RGB (Red+Green+Blue) = 59+101+186=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B65BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B65BA is #C49A45. Grayscale: #616161. Windows color (decimal): -12884550 or 12215611. OLE color: 12215611.
HSL color Cylindrical-coordinate representation of color #3B65BA: hue angle of 220.16º 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 #3B65BA is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 101 | 186 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.27 |
| HSL | 220.16º | 0.52% | 0.48% | - |
| HSV(B) | 220.16º | 0.68% | 0.73% | - |
| XYZ | 15.32 | 13.78 | 48.31 | - |
| YUV | 98.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 186 | 0.68 | 0.46 | 0 | 0.27 | 220.16 | 0.52 | 0.48 |
| Hex | 3B | 65 | BA | 44 | 2E | 0 | 1B | DC | 34 | 30 |
| Octal | 73 | 145 | 272 | 104 | 56 | 0 | 33 | 334 | 64 | 60 |
| Binary | 111011 | 1100101 | 10111010 | 1000100 | 101110 | 0 | 11011 | 11011100 | 110100 | 110000 |
Color Harmonies of #3B65BA
Complementary color
Monochromatic Colors of #3B65BA
Black with #3B65BA
Text Example
Text Example
White with #3B65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B65BA; }
p { color: rgb(59,101,186); }
H1.HeaderClassName
{
color: #3B65BA;
}
.AnyTagClassName
{
color: #3B65BA;
}
</style>
background-color css
<style>
a { background-color: #3B65BA; }
a { background-color: rgb(59,101,186); }
div.DivClassName
{
background-color: #3B65BA;
}
.BgClassName
{
background-color: #3B65BA;
}
</style>
border-color css
<style>
span { border-color: #3B65BA; }
span { border-color: rgb(59,101,186); }
td.TdClassName
{
border-color: #3B65BA;
}
.TagClassName
{
border-color: #3B65BA;
}
</style>