Shades of Free Speech Blue #3150DB
Tints of Free Speech Blue #3150DB
RGB
CMYK
RGB Variations
Color information
#3150DB (or 0x3150DB) is known color: Free Speech Blue. HEX triplet: 31, 50 and DB. RGB value is (49,80,219). Sum of RGB (Red+Green+Blue) = 49+80+219=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #3150DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150DB is #CEAF24. Grayscale: #555555. Windows color (decimal): -13545253 or 14372913. OLE color: 14372913.
HSL color Cylindrical-coordinate representation of color #3150DB: hue angle of 229.06º 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 #3150DB is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 80 | 219 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.14 |
| HSL | 229.06º | 0.7% | 0.53% | - |
| HSV(B) | 229.06º | 0.78% | 0.86% | - |
| XYZ | 16.92 | 11.5 | 68.35 | - |
| YUV | 86.58 | 202.73 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 219 | 0.78 | 0.63 | 0 | 0.14 | 229.06 | 0.7 | 0.53 |
| Hex | 31 | 50 | DB | 4E | 3F | 0 | E | E5 | 46 | 35 |
| Octal | 61 | 120 | 333 | 116 | 77 | 0 | 16 | 345 | 106 | 65 |
| Binary | 110001 | 1010000 | 11011011 | 1001110 | 111111 | 0 | 1110 | 11100101 | 1000110 | 110101 |
Color Harmonies of #3150DB
Complementary color
Monochromatic Colors of #3150DB
Black with #3150DB
Text Example
Text Example
White with #3150DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3150DB; }
p { color: rgb(49,80,219); }
H1.HeaderClassName
{
color: #3150DB;
}
.AnyTagClassName
{
color: #3150DB;
}
</style>
background-color css
<style>
a { background-color: #3150DB; }
a { background-color: rgb(49,80,219); }
div.DivClassName
{
background-color: #3150DB;
}
.BgClassName
{
background-color: #3150DB;
}
</style>
border-color css
<style>
span { border-color: #3150DB; }
span { border-color: rgb(49,80,219); }
td.TdClassName
{
border-color: #3150DB;
}
.TagClassName
{
border-color: #3150DB;
}
</style>