Shades of Free Speech Blue #3050DB
Tints of Free Speech Blue #3050DB
RGB
CMYK
RGB Variations
Color information
#3050DB (or 0x3050DB) is known color: Free Speech Blue. HEX triplet: 30, 50 and DB. RGB value is (48,80,219). Sum of RGB (Red+Green+Blue) = 48+80+219=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #3050DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050DB is #CFAF24. Grayscale: #555555. Windows color (decimal): -13610789 or 14372912. OLE color: 14372912.
HSL color Cylindrical-coordinate representation of color #3050DB: hue angle of 228.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3050DB is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 80 | 219 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.14 |
| HSL | 228.77º | 0.7% | 0.52% | - |
| HSV(B) | 228.77º | 0.78% | 0.86% | - |
| XYZ | 16.87 | 11.48 | 68.34 | - |
| YUV | 86.28 | 202.9 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 219 | 0.78 | 0.63 | 0 | 0.14 | 228.77 | 0.7 | 0.52 |
| Hex | 30 | 50 | DB | 4E | 3F | 0 | E | E5 | 46 | 34 |
| Octal | 60 | 120 | 333 | 116 | 77 | 0 | 16 | 345 | 106 | 64 |
| Binary | 110000 | 1010000 | 11011011 | 1001110 | 111111 | 0 | 1110 | 11100101 | 1000110 | 110100 |
Color Harmonies of #3050DB
Complementary color
Monochromatic Colors of #3050DB
Black with #3050DB
Text Example
Text Example
White with #3050DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3050DB; }
p { color: rgb(48,80,219); }
H1.HeaderClassName
{
color: #3050DB;
}
.AnyTagClassName
{
color: #3050DB;
}
</style>
background-color css
<style>
a { background-color: #3050DB; }
a { background-color: rgb(48,80,219); }
div.DivClassName
{
background-color: #3050DB;
}
.BgClassName
{
background-color: #3050DB;
}
</style>
border-color css
<style>
span { border-color: #3050DB; }
span { border-color: rgb(48,80,219); }
td.TdClassName
{
border-color: #3050DB;
}
.TagClassName
{
border-color: #3050DB;
}
</style>