Shades of Free Speech Blue #304EDE
Tints of Free Speech Blue #304EDE
RGB
CMYK
RGB Variations
Color information
#304EDE (or 0x304EDE) is known color: Free Speech Blue. HEX triplet: 30, 4E and DE. RGB value is (48,78,222). Sum of RGB (Red+Green+Blue) = 48+78+222=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #304EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EDE is #CFB121. Grayscale: #545454. Windows color (decimal): -13611298 or 14569008. OLE color: 14569008.
HSL color Cylindrical-coordinate representation of color #304EDE: hue angle of 229.66º 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 #304EDE is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 78 | 222 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.13 |
| HSL | 229.66º | 0.73% | 0.53% | - |
| HSV(B) | 229.66º | 0.78% | 0.87% | - |
| XYZ | 17.13 | 11.35 | 70.4 | - |
| YUV | 85.45 | 205.06 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 222 | 0.78 | 0.65 | 0 | 0.13 | 229.66 | 0.73 | 0.53 |
| Hex | 30 | 4E | DE | 4E | 41 | 0 | D | E6 | 48 | 35 |
| Octal | 60 | 116 | 336 | 116 | 101 | 0 | 15 | 346 | 110 | 65 |
| Binary | 110000 | 1001110 | 11011110 | 1001110 | 1000001 | 0 | 1101 | 11100110 | 1001000 | 110101 |
Color Harmonies of #304EDE
Complementary color
Monochromatic Colors of #304EDE
Black with #304EDE
Text Example
Text Example
White with #304EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EDE; }
p { color: rgb(48,78,222); }
H1.HeaderClassName
{
color: #304EDE;
}
.AnyTagClassName
{
color: #304EDE;
}
</style>
background-color css
<style>
a { background-color: #304EDE; }
a { background-color: rgb(48,78,222); }
div.DivClassName
{
background-color: #304EDE;
}
.BgClassName
{
background-color: #304EDE;
}
</style>
border-color css
<style>
span { border-color: #304EDE; }
span { border-color: rgb(48,78,222); }
td.TdClassName
{
border-color: #304EDE;
}
.TagClassName
{
border-color: #304EDE;
}
</style>