Shades of Free Speech Blue #303DDB
Tints of Free Speech Blue #303DDB
RGB
CMYK
RGB Variations
Color information
#303DDB (or 0x303DDB) is known color: Free Speech Blue. HEX triplet: 30, 3D and DB. RGB value is (48,61,219). Sum of RGB (Red+Green+Blue) = 48+61+219=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #303DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DDB is #CFC224. Grayscale: #4A4A4A. Windows color (decimal): -13615653 or 14368048. OLE color: 14368048.
HSL color Cylindrical-coordinate representation of color #303DDB: hue angle of 235.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303DDB is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 61 | 219 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.14 |
| HSL | 235.44º | 0.7% | 0.52% | - |
| HSV(B) | 235.44º | 0.78% | 0.86% | - |
| XYZ | 15.67 | 9.08 | 67.94 | - |
| YUV | 75.13 | 209.19 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 219 | 0.78 | 0.72 | 0 | 0.14 | 235.44 | 0.7 | 0.52 |
| Hex | 30 | 3D | DB | 4E | 48 | 0 | E | EB | 46 | 34 |
| Octal | 60 | 75 | 333 | 116 | 110 | 0 | 16 | 353 | 106 | 64 |
| Binary | 110000 | 111101 | 11011011 | 1001110 | 1001000 | 0 | 1110 | 11101011 | 1000110 | 110100 |
Color Harmonies of #303DDB
Complementary color
Monochromatic Colors of #303DDB
Black with #303DDB
Text Example
Text Example
White with #303DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DDB; }
p { color: rgb(48,61,219); }
H1.HeaderClassName
{
color: #303DDB;
}
.AnyTagClassName
{
color: #303DDB;
}
</style>
background-color css
<style>
a { background-color: #303DDB; }
a { background-color: rgb(48,61,219); }
div.DivClassName
{
background-color: #303DDB;
}
.BgClassName
{
background-color: #303DDB;
}
</style>
border-color css
<style>
span { border-color: #303DDB; }
span { border-color: rgb(48,61,219); }
td.TdClassName
{
border-color: #303DDB;
}
.TagClassName
{
border-color: #303DDB;
}
</style>