Shades of Free Speech Blue #3142DB
Tints of Free Speech Blue #3142DB
RGB
CMYK
RGB Variations
Color information
#3142DB (or 0x3142DB) is known color: Free Speech Blue. HEX triplet: 31, 42 and DB. RGB value is (49,66,219). Sum of RGB (Red+Green+Blue) = 49+66+219=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #3142DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3142DB is #CEBD24. Grayscale: #4D4D4D. Windows color (decimal): -13548837 or 14369329. OLE color: 14369329.
HSL color Cylindrical-coordinate representation of color #3142DB: hue angle of 234º 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 #3142DB is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 66 | 219 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.14 |
| HSL | 234º | 0.7% | 0.53% | - |
| HSV(B) | 234º | 0.78% | 0.86% | - |
| XYZ | 16 | 9.66 | 68.04 | - |
| YUV | 78.36 | 207.37 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 219 | 0.78 | 0.70 | 0 | 0.14 | 234 | 0.7 | 0.53 |
| Hex | 31 | 42 | DB | 4E | 46 | 0 | E | EA | 46 | 35 |
| Octal | 61 | 102 | 333 | 116 | 106 | 0 | 16 | 352 | 106 | 65 |
| Binary | 110001 | 1000010 | 11011011 | 1001110 | 1000110 | 0 | 1110 | 11101010 | 1000110 | 110101 |
Color Harmonies of #3142DB
Complementary color
Monochromatic Colors of #3142DB
Black with #3142DB
Text Example
Text Example
White with #3142DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3142DB; }
p { color: rgb(49,66,219); }
H1.HeaderClassName
{
color: #3142DB;
}
.AnyTagClassName
{
color: #3142DB;
}
</style>
background-color css
<style>
a { background-color: #3142DB; }
a { background-color: rgb(49,66,219); }
div.DivClassName
{
background-color: #3142DB;
}
.BgClassName
{
background-color: #3142DB;
}
</style>
border-color css
<style>
span { border-color: #3142DB; }
span { border-color: rgb(49,66,219); }
td.TdClassName
{
border-color: #3142DB;
}
.TagClassName
{
border-color: #3142DB;
}
</style>