Shades of Free Speech Blue #3148DF
Tints of Free Speech Blue #3148DF
RGB
CMYK
RGB Variations
Color information
#3148DF (or 0x3148DF) is known color: Free Speech Blue. HEX triplet: 31, 48 and DF. RGB value is (49,72,223). Sum of RGB (Red+Green+Blue) = 49+72+223=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #3148DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3148DF is #CEB720. Grayscale: #515151. Windows color (decimal): -13547297 or 14633009. OLE color: 14633009.
HSL color Cylindrical-coordinate representation of color #3148DF: hue angle of 232.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3148DF is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 72 | 223 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.13 |
| HSL | 232.07º | 0.73% | 0.53% | - |
| HSV(B) | 232.07º | 0.78% | 0.87% | - |
| XYZ | 16.9 | 10.62 | 70.97 | - |
| YUV | 82.34 | 207.38 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 223 | 0.78 | 0.68 | 0 | 0.13 | 232.07 | 0.73 | 0.53 |
| Hex | 31 | 48 | DF | 4E | 44 | 0 | D | E8 | 49 | 35 |
| Octal | 61 | 110 | 337 | 116 | 104 | 0 | 15 | 350 | 111 | 65 |
| Binary | 110001 | 1001000 | 11011111 | 1001110 | 1000100 | 0 | 1101 | 11101000 | 1001001 | 110101 |
Color Harmonies of #3148DF
Complementary color
Monochromatic Colors of #3148DF
Black with #3148DF
Text Example
Text Example
White with #3148DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3148DF; }
p { color: rgb(49,72,223); }
H1.HeaderClassName
{
color: #3148DF;
}
.AnyTagClassName
{
color: #3148DF;
}
</style>
background-color css
<style>
a { background-color: #3148DF; }
a { background-color: rgb(49,72,223); }
div.DivClassName
{
background-color: #3148DF;
}
.BgClassName
{
background-color: #3148DF;
}
</style>
border-color css
<style>
span { border-color: #3148DF; }
span { border-color: rgb(49,72,223); }
td.TdClassName
{
border-color: #3148DF;
}
.TagClassName
{
border-color: #3148DF;
}
</style>