Shades of Free Speech Blue #304CDD
Tints of Free Speech Blue #304CDD
RGB
CMYK
RGB Variations
Color information
#304CDD (or 0x304CDD) is known color: Free Speech Blue. HEX triplet: 30, 4C and DD. RGB value is (48,76,221). Sum of RGB (Red+Green+Blue) = 48+76+221=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #304CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CDD is #CFB322. Grayscale: #535353. Windows color (decimal): -13611811 or 14502960. OLE color: 14502960.
HSL color Cylindrical-coordinate representation of color #304CDD: hue angle of 230.29º 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 #304CDD is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 76 | 221 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.13 |
| HSL | 230.29º | 0.72% | 0.53% | - |
| HSV(B) | 230.29º | 0.78% | 0.87% | - |
| XYZ | 16.85 | 11.02 | 69.64 | - |
| YUV | 84.16 | 205.22 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 221 | 0.78 | 0.66 | 0 | 0.13 | 230.29 | 0.72 | 0.53 |
| Hex | 30 | 4C | DD | 4E | 42 | 0 | D | E6 | 48 | 35 |
| Octal | 60 | 114 | 335 | 116 | 102 | 0 | 15 | 346 | 110 | 65 |
| Binary | 110000 | 1001100 | 11011101 | 1001110 | 1000010 | 0 | 1101 | 11100110 | 1001000 | 110101 |
Color Harmonies of #304CDD
Complementary color
Monochromatic Colors of #304CDD
Black with #304CDD
Text Example
Text Example
White with #304CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CDD; }
p { color: rgb(48,76,221); }
H1.HeaderClassName
{
color: #304CDD;
}
.AnyTagClassName
{
color: #304CDD;
}
</style>
background-color css
<style>
a { background-color: #304CDD; }
a { background-color: rgb(48,76,221); }
div.DivClassName
{
background-color: #304CDD;
}
.BgClassName
{
background-color: #304CDD;
}
</style>
border-color css
<style>
span { border-color: #304CDD; }
span { border-color: rgb(48,76,221); }
td.TdClassName
{
border-color: #304CDD;
}
.TagClassName
{
border-color: #304CDD;
}
</style>