Shades of Free Speech Blue #3155D6
Tints of Free Speech Blue #3155D6
RGB
CMYK
RGB Variations
Color information
#3155D6 (or 0x3155D6) is known color: Free Speech Blue. HEX triplet: 31, 55 and D6. RGB value is (49,85,214). Sum of RGB (Red+Green+Blue) = 49+85+214=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 214 (83.98% from 255 or 61.49% from 348); Max value from RGB is 214 - color contains mainly: blue. Hex color #3155D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3155D6 is #CEAA29. Grayscale: #585858. Windows color (decimal): -13543978 or 14046513. OLE color: 14046513.
HSL color Cylindrical-coordinate representation of color #3155D6: hue angle of 226.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3155D6 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 85 | 214 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.16 |
| HSL | 226.91º | 0.67% | 0.52% | - |
| HSV(B) | 226.91º | 0.77% | 0.84% | - |
| XYZ | 16.65 | 12.01 | 65.06 | - |
| YUV | 88.94 | 198.57 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 214 | 0.77 | 0.60 | 0 | 0.16 | 226.91 | 0.67 | 0.52 |
| Hex | 31 | 55 | D6 | 4D | 3C | 0 | 10 | E3 | 43 | 34 |
| Octal | 61 | 125 | 326 | 115 | 74 | 0 | 20 | 343 | 103 | 64 |
| Binary | 110001 | 1010101 | 11010110 | 1001101 | 111100 | 0 | 10000 | 11100011 | 1000011 | 110100 |
Color Harmonies of #3155D6
Complementary color
Monochromatic Colors of #3155D6
Black with #3155D6
Text Example
Text Example
White with #3155D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3155D6; }
p { color: rgb(49,85,214); }
H1.HeaderClassName
{
color: #3155D6;
}
.AnyTagClassName
{
color: #3155D6;
}
</style>
background-color css
<style>
a { background-color: #3155D6; }
a { background-color: rgb(49,85,214); }
div.DivClassName
{
background-color: #3155D6;
}
.BgClassName
{
background-color: #3155D6;
}
</style>
border-color css
<style>
span { border-color: #3155D6; }
span { border-color: rgb(49,85,214); }
td.TdClassName
{
border-color: #3155D6;
}
.TagClassName
{
border-color: #3155D6;
}
</style>