Shades of Free Speech Blue #3143DB
Tints of Free Speech Blue #3143DB
RGB
CMYK
RGB Variations
Color information
#3143DB (or 0x3143DB) is known color: Free Speech Blue. HEX triplet: 31, 43 and DB. RGB value is (49,67,219). Sum of RGB (Red+Green+Blue) = 49+67+219=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #3143DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3143DB is #CEBC24. Grayscale: #4E4E4E. Windows color (decimal): -13548581 or 14369585. OLE color: 14369585.
HSL color Cylindrical-coordinate representation of color #3143DB: hue angle of 233.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3143DB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 67 | 219 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.14 |
| HSL | 233.65º | 0.7% | 0.53% | - |
| HSV(B) | 233.65º | 0.78% | 0.86% | - |
| XYZ | 16.06 | 9.78 | 68.06 | - |
| YUV | 78.95 | 207.04 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 219 | 0.78 | 0.69 | 0 | 0.14 | 233.65 | 0.7 | 0.53 |
| Hex | 31 | 43 | DB | 4E | 45 | 0 | E | EA | 46 | 35 |
| Octal | 61 | 103 | 333 | 116 | 105 | 0 | 16 | 352 | 106 | 65 |
| Binary | 110001 | 1000011 | 11011011 | 1001110 | 1000101 | 0 | 1110 | 11101010 | 1000110 | 110101 |
Color Harmonies of #3143DB
Complementary color
Monochromatic Colors of #3143DB
Black with #3143DB
Text Example
Text Example
White with #3143DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3143DB; }
p { color: rgb(49,67,219); }
H1.HeaderClassName
{
color: #3143DB;
}
.AnyTagClassName
{
color: #3143DB;
}
</style>
background-color css
<style>
a { background-color: #3143DB; }
a { background-color: rgb(49,67,219); }
div.DivClassName
{
background-color: #3143DB;
}
.BgClassName
{
background-color: #3143DB;
}
</style>
border-color css
<style>
span { border-color: #3143DB; }
span { border-color: rgb(49,67,219); }
td.TdClassName
{
border-color: #3143DB;
}
.TagClassName
{
border-color: #3143DB;
}
</style>