Shades of Free Speech Blue #304FDB
Tints of Free Speech Blue #304FDB
RGB
CMYK
RGB Variations
Color information
#304FDB (or 0x304FDB) is known color: Free Speech Blue. HEX triplet: 30, 4F and DB. RGB value is (48,79,219). Sum of RGB (Red+Green+Blue) = 48+79+219=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #304FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FDB is #CFB024. Grayscale: #555555. Windows color (decimal): -13611045 or 14372656. OLE color: 14372656.
HSL color Cylindrical-coordinate representation of color #304FDB: hue angle of 229.12º 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 #304FDB is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 79 | 219 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.14 |
| HSL | 229.12º | 0.7% | 0.52% | - |
| HSV(B) | 229.12º | 0.78% | 0.86% | - |
| XYZ | 16.8 | 11.33 | 68.32 | - |
| YUV | 85.69 | 203.23 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 219 | 0.78 | 0.64 | 0 | 0.14 | 229.12 | 0.7 | 0.52 |
| Hex | 30 | 4F | DB | 4E | 40 | 0 | E | E5 | 46 | 34 |
| Octal | 60 | 117 | 333 | 116 | 100 | 0 | 16 | 345 | 106 | 64 |
| Binary | 110000 | 1001111 | 11011011 | 1001110 | 1000000 | 0 | 1110 | 11100101 | 1000110 | 110100 |
Color Harmonies of #304FDB
Complementary color
Monochromatic Colors of #304FDB
Black with #304FDB
Text Example
Text Example
White with #304FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304FDB; }
p { color: rgb(48,79,219); }
H1.HeaderClassName
{
color: #304FDB;
}
.AnyTagClassName
{
color: #304FDB;
}
</style>
background-color css
<style>
a { background-color: #304FDB; }
a { background-color: rgb(48,79,219); }
div.DivClassName
{
background-color: #304FDB;
}
.BgClassName
{
background-color: #304FDB;
}
</style>
border-color css
<style>
span { border-color: #304FDB; }
span { border-color: rgb(48,79,219); }
td.TdClassName
{
border-color: #304FDB;
}
.TagClassName
{
border-color: #304FDB;
}
</style>