Shades of Free Speech Blue #304DDA
Tints of Free Speech Blue #304DDA
RGB
CMYK
RGB Variations
Color information
#304DDA (or 0x304DDA) is known color: Free Speech Blue. HEX triplet: 30, 4D and DA. RGB value is (48,77,218). Sum of RGB (Red+Green+Blue) = 48+77+218=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #304DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DDA is #CFB225. Grayscale: #535353. Windows color (decimal): -13611558 or 14306608. OLE color: 14306608.
HSL color Cylindrical-coordinate representation of color #304DDA: hue angle of 229.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304DDA is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 77 | 218 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.15 |
| HSL | 229.76º | 0.7% | 0.52% | - |
| HSV(B) | 229.76º | 0.78% | 0.85% | - |
| XYZ | 16.53 | 11 | 67.58 | - |
| YUV | 84.4 | 203.39 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 218 | 0.78 | 0.65 | 0 | 0.15 | 229.76 | 0.7 | 0.52 |
| Hex | 30 | 4D | DA | 4E | 41 | 0 | F | E6 | 46 | 34 |
| Octal | 60 | 115 | 332 | 116 | 101 | 0 | 17 | 346 | 106 | 64 |
| Binary | 110000 | 1001101 | 11011010 | 1001110 | 1000001 | 0 | 1111 | 11100110 | 1000110 | 110100 |
Color Harmonies of #304DDA
Complementary color
Monochromatic Colors of #304DDA
Black with #304DDA
Text Example
Text Example
White with #304DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DDA; }
p { color: rgb(48,77,218); }
H1.HeaderClassName
{
color: #304DDA;
}
.AnyTagClassName
{
color: #304DDA;
}
</style>
background-color css
<style>
a { background-color: #304DDA; }
a { background-color: rgb(48,77,218); }
div.DivClassName
{
background-color: #304DDA;
}
.BgClassName
{
background-color: #304DDA;
}
</style>
border-color css
<style>
span { border-color: #304DDA; }
span { border-color: rgb(48,77,218); }
td.TdClassName
{
border-color: #304DDA;
}
.TagClassName
{
border-color: #304DDA;
}
</style>