Shades of Free Speech Blue #3146D3
Tints of Free Speech Blue #3146D3
RGB
CMYK
RGB Variations
Color information
#3146D3 (or 0x3146D3) is known color: Free Speech Blue. HEX triplet: 31, 46 and D3. RGB value is (49,70,211). Sum of RGB (Red+Green+Blue) = 49+70+211=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 211 (82.81% from 255 or 63.94% from 330); Max value from RGB is 211 - color contains mainly: blue. Hex color #3146D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3146D3 is #CEB92C. Grayscale: #4F4F4F. Windows color (decimal): -13547821 or 13846065. OLE color: 13846065.
HSL color Cylindrical-coordinate representation of color #3146D3: hue angle of 232.22º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3146D3 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 70 | 211 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.17 |
| HSL | 232.22º | 0.65% | 0.51% | - |
| HSV(B) | 232.22º | 0.77% | 0.83% | - |
| XYZ | 15.21 | 9.74 | 62.71 | - |
| YUV | 79.8 | 202.04 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 211 | 0.77 | 0.67 | 0 | 0.17 | 232.22 | 0.65 | 0.51 |
| Hex | 31 | 46 | D3 | 4D | 43 | 0 | 11 | E8 | 41 | 33 |
| Octal | 61 | 106 | 323 | 115 | 103 | 0 | 21 | 350 | 101 | 63 |
| Binary | 110001 | 1000110 | 11010011 | 1001101 | 1000011 | 0 | 10001 | 11101000 | 1000001 | 110011 |
Color Harmonies of #3146D3
Complementary color
Monochromatic Colors of #3146D3
Black with #3146D3
Text Example
Text Example
White with #3146D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3146D3; }
p { color: rgb(49,70,211); }
H1.HeaderClassName
{
color: #3146D3;
}
.AnyTagClassName
{
color: #3146D3;
}
</style>
background-color css
<style>
a { background-color: #3146D3; }
a { background-color: rgb(49,70,211); }
div.DivClassName
{
background-color: #3146D3;
}
.BgClassName
{
background-color: #3146D3;
}
</style>
border-color css
<style>
span { border-color: #3146D3; }
span { border-color: rgb(49,70,211); }
td.TdClassName
{
border-color: #3146D3;
}
.TagClassName
{
border-color: #3146D3;
}
</style>