Shades of Free Speech Blue #3B49AD
Tints of Free Speech Blue #3B49AD
RGB
CMYK
RGB Variations
Color information
#3B49AD (or 0x3B49AD) is known color: Free Speech Blue. HEX triplet: 3B, 49 and AD. RGB value is (59,73,173). Sum of RGB (Red+Green+Blue) = 59+73+173=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B49AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B49AD is #C4B652. Grayscale: #4F4F4F. Windows color (decimal): -12891731 or 11356475. OLE color: 11356475.
HSL color Cylindrical-coordinate representation of color #3B49AD: hue angle of 232.63º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B49AD is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 73 | 173 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.32 |
| HSL | 232.63º | 0.49% | 0.45% | - |
| HSV(B) | 232.63º | 0.66% | 0.68% | - |
| XYZ | 11.73 | 8.71 | 40.6 | - |
| YUV | 80.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 173 | 0.66 | 0.58 | 0 | 0.32 | 232.63 | 0.49 | 0.45 |
| Hex | 3B | 49 | AD | 42 | 3A | 0 | 20 | E9 | 31 | 2D |
| Octal | 73 | 111 | 255 | 102 | 72 | 0 | 40 | 351 | 61 | 55 |
| Binary | 111011 | 1001001 | 10101101 | 1000010 | 111010 | 0 | 100000 | 11101001 | 110001 | 101101 |
Color Harmonies of #3B49AD
Complementary color
Monochromatic Colors of #3B49AD
Black with #3B49AD
Text Example
Text Example
White with #3B49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B49AD; }
p { color: rgb(59,73,173); }
H1.HeaderClassName
{
color: #3B49AD;
}
.AnyTagClassName
{
color: #3B49AD;
}
</style>
background-color css
<style>
a { background-color: #3B49AD; }
a { background-color: rgb(59,73,173); }
div.DivClassName
{
background-color: #3B49AD;
}
.BgClassName
{
background-color: #3B49AD;
}
</style>
border-color css
<style>
span { border-color: #3B49AD; }
span { border-color: rgb(59,73,173); }
td.TdClassName
{
border-color: #3B49AD;
}
.TagClassName
{
border-color: #3B49AD;
}
</style>