Shades of Free Speech Blue #304BDD
Tints of Free Speech Blue #304BDD
RGB
CMYK
RGB Variations
Color information
#304BDD (or 0x304BDD) is known color: Free Speech Blue. HEX triplet: 30, 4B and DD. RGB value is (48,75,221). Sum of RGB (Red+Green+Blue) = 48+75+221=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #304BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BDD is #CFB422. Grayscale: #525252. Windows color (decimal): -13612067 or 14502704. OLE color: 14502704.
HSL color Cylindrical-coordinate representation of color #304BDD: hue angle of 230.64º degrees, saturation: 0.72, 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 #304BDD is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 75 | 221 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.13 |
| HSL | 230.64º | 0.72% | 0.53% | - |
| HSV(B) | 230.64º | 0.78% | 0.87% | - |
| XYZ | 16.79 | 10.88 | 69.62 | - |
| YUV | 83.57 | 205.55 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 221 | 0.78 | 0.66 | 0 | 0.13 | 230.64 | 0.72 | 0.53 |
| Hex | 30 | 4B | DD | 4E | 42 | 0 | D | E7 | 48 | 35 |
| Octal | 60 | 113 | 335 | 116 | 102 | 0 | 15 | 347 | 110 | 65 |
| Binary | 110000 | 1001011 | 11011101 | 1001110 | 1000010 | 0 | 1101 | 11100111 | 1001000 | 110101 |
Color Harmonies of #304BDD
Complementary color
Monochromatic Colors of #304BDD
Black with #304BDD
Text Example
Text Example
White with #304BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304BDD; }
p { color: rgb(48,75,221); }
H1.HeaderClassName
{
color: #304BDD;
}
.AnyTagClassName
{
color: #304BDD;
}
</style>
background-color css
<style>
a { background-color: #304BDD; }
a { background-color: rgb(48,75,221); }
div.DivClassName
{
background-color: #304BDD;
}
.BgClassName
{
background-color: #304BDD;
}
</style>
border-color css
<style>
span { border-color: #304BDD; }
span { border-color: rgb(48,75,221); }
td.TdClassName
{
border-color: #304BDD;
}
.TagClassName
{
border-color: #304BDD;
}
</style>