Shades of Free Speech Blue #304FDD
Tints of Free Speech Blue #304FDD
RGB
CMYK
RGB Variations
Color information
#304FDD (or 0x304FDD) is known color: Free Speech Blue. HEX triplet: 30, 4F and DD. RGB value is (48,79,221). Sum of RGB (Red+Green+Blue) = 48+79+221=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #304FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FDD is #CFB022. Grayscale: #555555. Windows color (decimal): -13611043 or 14503728. OLE color: 14503728.
HSL color Cylindrical-coordinate representation of color #304FDD: hue angle of 229.25º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304FDD is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 79 | 221 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.13 |
| HSL | 229.25º | 0.72% | 0.53% | - |
| HSV(B) | 229.25º | 0.78% | 0.87% | - |
| XYZ | 17.07 | 11.44 | 69.72 | - |
| YUV | 85.92 | 204.23 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 221 | 0.78 | 0.64 | 0 | 0.13 | 229.25 | 0.72 | 0.53 |
| Hex | 30 | 4F | DD | 4E | 40 | 0 | D | E5 | 48 | 35 |
| Octal | 60 | 117 | 335 | 116 | 100 | 0 | 15 | 345 | 110 | 65 |
| Binary | 110000 | 1001111 | 11011101 | 1001110 | 1000000 | 0 | 1101 | 11100101 | 1001000 | 110101 |
Color Harmonies of #304FDD
Complementary color
Monochromatic Colors of #304FDD
Black with #304FDD
Text Example
Text Example
White with #304FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304FDD; }
p { color: rgb(48,79,221); }
H1.HeaderClassName
{
color: #304FDD;
}
.AnyTagClassName
{
color: #304FDD;
}
</style>
background-color css
<style>
a { background-color: #304FDD; }
a { background-color: rgb(48,79,221); }
div.DivClassName
{
background-color: #304FDD;
}
.BgClassName
{
background-color: #304FDD;
}
</style>
border-color css
<style>
span { border-color: #304FDD; }
span { border-color: rgb(48,79,221); }
td.TdClassName
{
border-color: #304FDD;
}
.TagClassName
{
border-color: #304FDD;
}
</style>