Shades of Free Speech Blue #3D47AD
Tints of Free Speech Blue #3D47AD
RGB
CMYK
RGB Variations
Color information
#3D47AD (or 0x3D47AD) is known color: Free Speech Blue. HEX triplet: 3D, 47 and AD. RGB value is (61,71,173). Sum of RGB (Red+Green+Blue) = 61+71+173=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 71 (28.12% from 255 or 23.28% 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 #3D47AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D47AD is #C2B852. Grayscale: #4F4F4F. Windows color (decimal): -12761171 or 11355965. OLE color: 11355965.
HSL color Cylindrical-coordinate representation of color #3D47AD: hue angle of 234.64º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D47AD is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 71 | 173 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.32 |
| HSL | 234.64º | 0.48% | 0.46% | - |
| HSV(B) | 234.64º | 0.65% | 0.68% | - |
| XYZ | 11.72 | 8.52 | 40.56 | - |
| YUV | 79.64 | 180.69 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 173 | 0.65 | 0.59 | 0 | 0.32 | 234.64 | 0.48 | 0.46 |
| Hex | 3D | 47 | AD | 41 | 3B | 0 | 20 | EB | 30 | 2E |
| Octal | 75 | 107 | 255 | 101 | 73 | 0 | 40 | 353 | 60 | 56 |
| Binary | 111101 | 1000111 | 10101101 | 1000001 | 111011 | 0 | 100000 | 11101011 | 110000 | 101110 |
Color Harmonies of #3D47AD
Complementary color
Monochromatic Colors of #3D47AD
Black with #3D47AD
Text Example
Text Example
White with #3D47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D47AD; }
p { color: rgb(61,71,173); }
H1.HeaderClassName
{
color: #3D47AD;
}
.AnyTagClassName
{
color: #3D47AD;
}
</style>
background-color css
<style>
a { background-color: #3D47AD; }
a { background-color: rgb(61,71,173); }
div.DivClassName
{
background-color: #3D47AD;
}
.BgClassName
{
background-color: #3D47AD;
}
</style>
border-color css
<style>
span { border-color: #3D47AD; }
span { border-color: rgb(61,71,173); }
td.TdClassName
{
border-color: #3D47AD;
}
.TagClassName
{
border-color: #3D47AD;
}
</style>