Shades of Free Speech Blue #304ADF
Tints of Free Speech Blue #304ADF
RGB
CMYK
RGB Variations
Color information
#304ADF (or 0x304ADF) is known color: Free Speech Blue. HEX triplet: 30, 4A and DF. RGB value is (48,74,223). Sum of RGB (Red+Green+Blue) = 48+74+223=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #304ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304ADF is #CFB520. Grayscale: #525252. Windows color (decimal): -13612321 or 14633520. OLE color: 14633520.
HSL color Cylindrical-coordinate representation of color #304ADF: hue angle of 231.09º 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 #304ADF is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 74 | 223 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.13 |
| HSL | 231.09º | 0.73% | 0.53% | - |
| HSV(B) | 231.09º | 0.78% | 0.87% | - |
| XYZ | 16.99 | 10.85 | 71.01 | - |
| YUV | 83.21 | 206.89 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 223 | 0.78 | 0.67 | 0 | 0.13 | 231.09 | 0.73 | 0.53 |
| Hex | 30 | 4A | DF | 4E | 43 | 0 | D | E7 | 49 | 35 |
| Octal | 60 | 112 | 337 | 116 | 103 | 0 | 15 | 347 | 111 | 65 |
| Binary | 110000 | 1001010 | 11011111 | 1001110 | 1000011 | 0 | 1101 | 11100111 | 1001001 | 110101 |
Color Harmonies of #304ADF
Complementary color
Monochromatic Colors of #304ADF
Black with #304ADF
Text Example
Text Example
White with #304ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304ADF; }
p { color: rgb(48,74,223); }
H1.HeaderClassName
{
color: #304ADF;
}
.AnyTagClassName
{
color: #304ADF;
}
</style>
background-color css
<style>
a { background-color: #304ADF; }
a { background-color: rgb(48,74,223); }
div.DivClassName
{
background-color: #304ADF;
}
.BgClassName
{
background-color: #304ADF;
}
</style>
border-color css
<style>
span { border-color: #304ADF; }
span { border-color: rgb(48,74,223); }
td.TdClassName
{
border-color: #304ADF;
}
.TagClassName
{
border-color: #304ADF;
}
</style>