Shades of Free Speech Blue #303FDF
Tints of Free Speech Blue #303FDF
RGB
CMYK
RGB Variations
Color information
#303FDF (or 0x303FDF) is known color: Free Speech Blue. HEX triplet: 30, 3F and DF. RGB value is (48,63,223). Sum of RGB (Red+Green+Blue) = 48+63+223=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #303FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FDF is #CFC020. Grayscale: #4C4C4C. Windows color (decimal): -13615137 or 14630704. OLE color: 14630704.
HSL color Cylindrical-coordinate representation of color #303FDF: hue angle of 234.86º 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 #303FDF is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 63 | 223 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.13 |
| HSL | 234.86º | 0.73% | 0.53% | - |
| HSV(B) | 234.86º | 0.78% | 0.87% | - |
| XYZ | 16.32 | 9.51 | 70.79 | - |
| YUV | 76.76 | 210.53 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 223 | 0.78 | 0.72 | 0 | 0.13 | 234.86 | 0.73 | 0.53 |
| Hex | 30 | 3F | DF | 4E | 48 | 0 | D | EB | 49 | 35 |
| Octal | 60 | 77 | 337 | 116 | 110 | 0 | 15 | 353 | 111 | 65 |
| Binary | 110000 | 111111 | 11011111 | 1001110 | 1001000 | 0 | 1101 | 11101011 | 1001001 | 110101 |
Color Harmonies of #303FDF
Complementary color
Monochromatic Colors of #303FDF
Black with #303FDF
Text Example
Text Example
White with #303FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FDF; }
p { color: rgb(48,63,223); }
H1.HeaderClassName
{
color: #303FDF;
}
.AnyTagClassName
{
color: #303FDF;
}
</style>
background-color css
<style>
a { background-color: #303FDF; }
a { background-color: rgb(48,63,223); }
div.DivClassName
{
background-color: #303FDF;
}
.BgClassName
{
background-color: #303FDF;
}
</style>
border-color css
<style>
span { border-color: #303FDF; }
span { border-color: rgb(48,63,223); }
td.TdClassName
{
border-color: #303FDF;
}
.TagClassName
{
border-color: #303FDF;
}
</style>