Shades of Free Speech Blue #304FDC
Tints of Free Speech Blue #304FDC
RGB
CMYK
RGB Variations
Color information
#304FDC (or 0x304FDC) is known color: Free Speech Blue. HEX triplet: 30, 4F and DC. RGB value is (48,79,220). Sum of RGB (Red+Green+Blue) = 48+79+220=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #304FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FDC is #CFB023. Grayscale: #555555. Windows color (decimal): -13611044 or 14438192. OLE color: 14438192.
HSL color Cylindrical-coordinate representation of color #304FDC: hue angle of 229.19º degrees, saturation: 0.71, 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 #304FDC is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 79 | 220 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.14 |
| HSL | 229.19º | 0.71% | 0.53% | - |
| HSV(B) | 229.19º | 0.78% | 0.86% | - |
| XYZ | 16.93 | 11.39 | 69.02 | - |
| YUV | 85.81 | 203.73 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 220 | 0.78 | 0.64 | 0 | 0.14 | 229.19 | 0.71 | 0.53 |
| Hex | 30 | 4F | DC | 4E | 40 | 0 | E | E5 | 47 | 35 |
| Octal | 60 | 117 | 334 | 116 | 100 | 0 | 16 | 345 | 107 | 65 |
| Binary | 110000 | 1001111 | 11011100 | 1001110 | 1000000 | 0 | 1110 | 11100101 | 1000111 | 110101 |
Color Harmonies of #304FDC
Complementary color
Monochromatic Colors of #304FDC
Black with #304FDC
Text Example
Text Example
White with #304FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304FDC; }
p { color: rgb(48,79,220); }
H1.HeaderClassName
{
color: #304FDC;
}
.AnyTagClassName
{
color: #304FDC;
}
</style>
background-color css
<style>
a { background-color: #304FDC; }
a { background-color: rgb(48,79,220); }
div.DivClassName
{
background-color: #304FDC;
}
.BgClassName
{
background-color: #304FDC;
}
</style>
border-color css
<style>
span { border-color: #304FDC; }
span { border-color: rgb(48,79,220); }
td.TdClassName
{
border-color: #304FDC;
}
.TagClassName
{
border-color: #304FDC;
}
</style>