Shades of Free Speech Blue #304DDB
Tints of Free Speech Blue #304DDB
RGB
CMYK
RGB Variations
Color information
#304DDB (or 0x304DDB) is known color: Free Speech Blue. HEX triplet: 30, 4D and DB. RGB value is (48,77,219). Sum of RGB (Red+Green+Blue) = 48+77+219=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #304DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DDB is #CFB224. Grayscale: #535353. Windows color (decimal): -13611557 or 14372144. OLE color: 14372144.
HSL color Cylindrical-coordinate representation of color #304DDB: hue angle of 229.82º 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 #304DDB is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 77 | 219 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.14 |
| HSL | 229.82º | 0.7% | 0.52% | - |
| HSV(B) | 229.82º | 0.78% | 0.86% | - |
| XYZ | 16.66 | 11.05 | 68.27 | - |
| YUV | 84.52 | 203.89 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 219 | 0.78 | 0.65 | 0 | 0.14 | 229.82 | 0.7 | 0.52 |
| Hex | 30 | 4D | DB | 4E | 41 | 0 | E | E6 | 46 | 34 |
| Octal | 60 | 115 | 333 | 116 | 101 | 0 | 16 | 346 | 106 | 64 |
| Binary | 110000 | 1001101 | 11011011 | 1001110 | 1000001 | 0 | 1110 | 11100110 | 1000110 | 110100 |
Color Harmonies of #304DDB
Complementary color
Monochromatic Colors of #304DDB
Black with #304DDB
Text Example
Text Example
White with #304DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DDB; }
p { color: rgb(48,77,219); }
H1.HeaderClassName
{
color: #304DDB;
}
.AnyTagClassName
{
color: #304DDB;
}
</style>
background-color css
<style>
a { background-color: #304DDB; }
a { background-color: rgb(48,77,219); }
div.DivClassName
{
background-color: #304DDB;
}
.BgClassName
{
background-color: #304DDB;
}
</style>
border-color css
<style>
span { border-color: #304DDB; }
span { border-color: rgb(48,77,219); }
td.TdClassName
{
border-color: #304DDB;
}
.TagClassName
{
border-color: #304DDB;
}
</style>