Shades of Free Speech Blue #304ED4
Tints of Free Speech Blue #304ED4
RGB
CMYK
RGB Variations
Color information
#304ED4 (or 0x304ED4) is known color: Free Speech Blue. HEX triplet: 30, 4E and D4. RGB value is (48,78,212). Sum of RGB (Red+Green+Blue) = 48+78+212=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 212 (83.20% from 255 or 62.72% from 338); Max value from RGB is 212 - color contains mainly: blue. Hex color #304ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304ED4 is #CFB12B. Grayscale: #535353. Windows color (decimal): -13611308 or 13913648. OLE color: 13913648.
HSL color Cylindrical-coordinate representation of color #304ED4: hue angle of 229.02º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #304ED4 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 78 | 212 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.17 |
| HSL | 229.02º | 0.66% | 0.51% | - |
| HSV(B) | 229.02º | 0.77% | 0.83% | - |
| XYZ | 15.83 | 10.83 | 63.54 | - |
| YUV | 84.31 | 200.06 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 212 | 0.77 | 0.63 | 0 | 0.17 | 229.02 | 0.66 | 0.51 |
| Hex | 30 | 4E | D4 | 4D | 3F | 0 | 11 | E5 | 42 | 33 |
| Octal | 60 | 116 | 324 | 115 | 77 | 0 | 21 | 345 | 102 | 63 |
| Binary | 110000 | 1001110 | 11010100 | 1001101 | 111111 | 0 | 10001 | 11100101 | 1000010 | 110011 |
Color Harmonies of #304ED4
Complementary color
Monochromatic Colors of #304ED4
Black with #304ED4
Text Example
Text Example
White with #304ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304ED4; }
p { color: rgb(48,78,212); }
H1.HeaderClassName
{
color: #304ED4;
}
.AnyTagClassName
{
color: #304ED4;
}
</style>
background-color css
<style>
a { background-color: #304ED4; }
a { background-color: rgb(48,78,212); }
div.DivClassName
{
background-color: #304ED4;
}
.BgClassName
{
background-color: #304ED4;
}
</style>
border-color css
<style>
span { border-color: #304ED4; }
span { border-color: rgb(48,78,212); }
td.TdClassName
{
border-color: #304ED4;
}
.TagClassName
{
border-color: #304ED4;
}
</style>