Shades of Free Speech Blue #304DDC
Tints of Free Speech Blue #304DDC
RGB
CMYK
RGB Variations
Color information
#304DDC (or 0x304DDC) is known color: Free Speech Blue. HEX triplet: 30, 4D and DC. RGB value is (48,77,220). Sum of RGB (Red+Green+Blue) = 48+77+220=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #304DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DDC is #CFB223. Grayscale: #545454. Windows color (decimal): -13611556 or 14437680. OLE color: 14437680.
HSL color Cylindrical-coordinate representation of color #304DDC: hue angle of 229.88º 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 #304DDC is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 77 | 220 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.14 |
| HSL | 229.88º | 0.71% | 0.53% | - |
| HSV(B) | 229.88º | 0.78% | 0.86% | - |
| XYZ | 16.79 | 11.1 | 68.97 | - |
| YUV | 84.63 | 204.39 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 220 | 0.78 | 0.65 | 0 | 0.14 | 229.88 | 0.71 | 0.53 |
| Hex | 30 | 4D | DC | 4E | 41 | 0 | E | E6 | 47 | 35 |
| Octal | 60 | 115 | 334 | 116 | 101 | 0 | 16 | 346 | 107 | 65 |
| Binary | 110000 | 1001101 | 11011100 | 1001110 | 1000001 | 0 | 1110 | 11100110 | 1000111 | 110101 |
Color Harmonies of #304DDC
Complementary color
Monochromatic Colors of #304DDC
Black with #304DDC
Text Example
Text Example
White with #304DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DDC; }
p { color: rgb(48,77,220); }
H1.HeaderClassName
{
color: #304DDC;
}
.AnyTagClassName
{
color: #304DDC;
}
</style>
background-color css
<style>
a { background-color: #304DDC; }
a { background-color: rgb(48,77,220); }
div.DivClassName
{
background-color: #304DDC;
}
.BgClassName
{
background-color: #304DDC;
}
</style>
border-color css
<style>
span { border-color: #304DDC; }
span { border-color: rgb(48,77,220); }
td.TdClassName
{
border-color: #304DDC;
}
.TagClassName
{
border-color: #304DDC;
}
</style>