Shades of Free Speech Blue #304DD5
Tints of Free Speech Blue #304DD5
RGB
CMYK
RGB Variations
Color information
#304DD5 (or 0x304DD5) is known color: Free Speech Blue. HEX triplet: 30, 4D and D5. RGB value is (48,77,213). Sum of RGB (Red+Green+Blue) = 48+77+213=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #304DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DD5 is #CFB22A. Grayscale: #535353. Windows color (decimal): -13611563 or 13978928. OLE color: 13978928.
HSL color Cylindrical-coordinate representation of color #304DD5: hue angle of 229.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #304DD5 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 77 | 213 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.16 |
| HSL | 229.45º | 0.66% | 0.51% | - |
| HSV(B) | 229.45º | 0.77% | 0.84% | - |
| XYZ | 15.88 | 10.74 | 64.19 | - |
| YUV | 83.83 | 200.89 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 213 | 0.77 | 0.64 | 0 | 0.16 | 229.45 | 0.66 | 0.51 |
| Hex | 30 | 4D | D5 | 4D | 40 | 0 | 10 | E5 | 42 | 33 |
| Octal | 60 | 115 | 325 | 115 | 100 | 0 | 20 | 345 | 102 | 63 |
| Binary | 110000 | 1001101 | 11010101 | 1001101 | 1000000 | 0 | 10000 | 11100101 | 1000010 | 110011 |
Color Harmonies of #304DD5
Complementary color
Monochromatic Colors of #304DD5
Black with #304DD5
Text Example
Text Example
White with #304DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DD5; }
p { color: rgb(48,77,213); }
H1.HeaderClassName
{
color: #304DD5;
}
.AnyTagClassName
{
color: #304DD5;
}
</style>
background-color css
<style>
a { background-color: #304DD5; }
a { background-color: rgb(48,77,213); }
div.DivClassName
{
background-color: #304DD5;
}
.BgClassName
{
background-color: #304DD5;
}
</style>
border-color css
<style>
span { border-color: #304DD5; }
span { border-color: rgb(48,77,213); }
td.TdClassName
{
border-color: #304DD5;
}
.TagClassName
{
border-color: #304DD5;
}
</style>