Shades of Free Speech Blue #304DDE
Tints of Free Speech Blue #304DDE
RGB
CMYK
RGB Variations
Color information
#304DDE (or 0x304DDE) is known color: Free Speech Blue. HEX triplet: 30, 4D and DE. RGB value is (48,77,222). Sum of RGB (Red+Green+Blue) = 48+77+222=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #304DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DDE is #CFB221. Grayscale: #545454. Windows color (decimal): -13611554 or 14568752. OLE color: 14568752.
HSL color Cylindrical-coordinate representation of color #304DDE: hue angle of 230º degrees, saturation: 0.73, 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 #304DDE is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 77 | 222 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.13 |
| HSL | 230º | 0.73% | 0.53% | - |
| HSV(B) | 230º | 0.78% | 0.87% | - |
| XYZ | 17.06 | 11.21 | 70.37 | - |
| YUV | 84.86 | 205.39 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 222 | 0.78 | 0.65 | 0 | 0.13 | 230 | 0.73 | 0.53 |
| Hex | 30 | 4D | DE | 4E | 41 | 0 | D | E6 | 48 | 35 |
| Octal | 60 | 115 | 336 | 116 | 101 | 0 | 15 | 346 | 110 | 65 |
| Binary | 110000 | 1001101 | 11011110 | 1001110 | 1000001 | 0 | 1101 | 11100110 | 1001000 | 110101 |
Color Harmonies of #304DDE
Complementary color
Monochromatic Colors of #304DDE
Black with #304DDE
Text Example
Text Example
White with #304DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DDE; }
p { color: rgb(48,77,222); }
H1.HeaderClassName
{
color: #304DDE;
}
.AnyTagClassName
{
color: #304DDE;
}
</style>
background-color css
<style>
a { background-color: #304DDE; }
a { background-color: rgb(48,77,222); }
div.DivClassName
{
background-color: #304DDE;
}
.BgClassName
{
background-color: #304DDE;
}
</style>
border-color css
<style>
span { border-color: #304DDE; }
span { border-color: rgb(48,77,222); }
td.TdClassName
{
border-color: #304DDE;
}
.TagClassName
{
border-color: #304DDE;
}
</style>