Shades of Free Speech Blue #303BDF
Tints of Free Speech Blue #303BDF
RGB
CMYK
RGB Variations
Color information
#303BDF (or 0x303BDF) is known color: Free Speech Blue. HEX triplet: 30, 3B and DF. RGB value is (48,59,223). Sum of RGB (Red+Green+Blue) = 48+59+223=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #303BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BDF is #CFC420. Grayscale: #494949. Windows color (decimal): -13616161 or 14629680. OLE color: 14629680.
HSL color Cylindrical-coordinate representation of color #303BDF: hue angle of 236.23º 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 #303BDF is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 59 | 223 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.13 |
| HSL | 236.23º | 0.73% | 0.53% | - |
| HSV(B) | 236.23º | 0.78% | 0.87% | - |
| XYZ | 16.1 | 9.08 | 70.72 | - |
| YUV | 74.41 | 211.86 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 223 | 0.78 | 0.74 | 0 | 0.13 | 236.23 | 0.73 | 0.53 |
| Hex | 30 | 3B | DF | 4E | 4A | 0 | D | EC | 49 | 35 |
| Octal | 60 | 73 | 337 | 116 | 112 | 0 | 15 | 354 | 111 | 65 |
| Binary | 110000 | 111011 | 11011111 | 1001110 | 1001010 | 0 | 1101 | 11101100 | 1001001 | 110101 |
Color Harmonies of #303BDF
Complementary color
Monochromatic Colors of #303BDF
Black with #303BDF
Text Example
Text Example
White with #303BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BDF; }
p { color: rgb(48,59,223); }
H1.HeaderClassName
{
color: #303BDF;
}
.AnyTagClassName
{
color: #303BDF;
}
</style>
background-color css
<style>
a { background-color: #303BDF; }
a { background-color: rgb(48,59,223); }
div.DivClassName
{
background-color: #303BDF;
}
.BgClassName
{
background-color: #303BDF;
}
</style>
border-color css
<style>
span { border-color: #303BDF; }
span { border-color: rgb(48,59,223); }
td.TdClassName
{
border-color: #303BDF;
}
.TagClassName
{
border-color: #303BDF;
}
</style>