Shades of Free Speech Blue #304CDF
Tints of Free Speech Blue #304CDF
RGB
CMYK
RGB Variations
Color information
#304CDF (or 0x304CDF) is known color: Free Speech Blue. HEX triplet: 30, 4C and DF. RGB value is (48,76,223). Sum of RGB (Red+Green+Blue) = 48+76+223=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #304CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CDF is #CFB320. Grayscale: #535353. Windows color (decimal): -13611809 or 14634032. OLE color: 14634032.
HSL color Cylindrical-coordinate representation of color #304CDF: hue angle of 230.4º 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 #304CDF is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 76 | 223 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.13 |
| HSL | 230.4º | 0.73% | 0.53% | - |
| HSV(B) | 230.4º | 0.78% | 0.87% | - |
| XYZ | 17.12 | 11.12 | 71.06 | - |
| YUV | 84.39 | 206.22 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 223 | 0.78 | 0.66 | 0 | 0.13 | 230.4 | 0.73 | 0.53 |
| Hex | 30 | 4C | DF | 4E | 42 | 0 | D | E6 | 49 | 35 |
| Octal | 60 | 114 | 337 | 116 | 102 | 0 | 15 | 346 | 111 | 65 |
| Binary | 110000 | 1001100 | 11011111 | 1001110 | 1000010 | 0 | 1101 | 11100110 | 1001001 | 110101 |
Color Harmonies of #304CDF
Complementary color
Monochromatic Colors of #304CDF
Black with #304CDF
Text Example
Text Example
White with #304CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CDF; }
p { color: rgb(48,76,223); }
H1.HeaderClassName
{
color: #304CDF;
}
.AnyTagClassName
{
color: #304CDF;
}
</style>
background-color css
<style>
a { background-color: #304CDF; }
a { background-color: rgb(48,76,223); }
div.DivClassName
{
background-color: #304CDF;
}
.BgClassName
{
background-color: #304CDF;
}
</style>
border-color css
<style>
span { border-color: #304CDF; }
span { border-color: rgb(48,76,223); }
td.TdClassName
{
border-color: #304CDF;
}
.TagClassName
{
border-color: #304CDF;
}
</style>