Shades of Free Speech Blue #3A47AF
Tints of Free Speech Blue #3A47AF
RGB
CMYK
RGB Variations
Color information
#3A47AF (or 0x3A47AF) is known color: Free Speech Blue. HEX triplet: 3A, 47 and AF. RGB value is (58,71,175). Sum of RGB (Red+Green+Blue) = 58+71+175=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A47AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A47AF is #C5B850. Grayscale: #4E4E4E. Windows color (decimal): -12957777 or 11487034. OLE color: 11487034.
HSL color Cylindrical-coordinate representation of color #3A47AF: hue angle of 233.33º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A47AF is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 71 | 175 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.31 |
| HSL | 233.33º | 0.5% | 0.46% | - |
| HSV(B) | 233.33º | 0.67% | 0.69% | - |
| XYZ | 11.74 | 8.5 | 41.58 | - |
| YUV | 78.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 175 | 0.67 | 0.59 | 0 | 0.31 | 233.33 | 0.5 | 0.46 |
| Hex | 3A | 47 | AF | 43 | 3B | 0 | 1F | E9 | 32 | 2E |
| Octal | 72 | 107 | 257 | 103 | 73 | 0 | 37 | 351 | 62 | 56 |
| Binary | 111010 | 1000111 | 10101111 | 1000011 | 111011 | 0 | 11111 | 11101001 | 110010 | 101110 |
Color Harmonies of #3A47AF
Complementary color
Monochromatic Colors of #3A47AF
Black with #3A47AF
Text Example
Text Example
White with #3A47AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A47AF; }
p { color: rgb(58,71,175); }
H1.HeaderClassName
{
color: #3A47AF;
}
.AnyTagClassName
{
color: #3A47AF;
}
</style>
background-color css
<style>
a { background-color: #3A47AF; }
a { background-color: rgb(58,71,175); }
div.DivClassName
{
background-color: #3A47AF;
}
.BgClassName
{
background-color: #3A47AF;
}
</style>
border-color css
<style>
span { border-color: #3A47AF; }
span { border-color: rgb(58,71,175); }
td.TdClassName
{
border-color: #3A47AF;
}
.TagClassName
{
border-color: #3A47AF;
}
</style>