Shades of Free Speech Blue #303DDD
Tints of Free Speech Blue #303DDD
RGB
CMYK
RGB Variations
Color information
#303DDD (or 0x303DDD) is known color: Free Speech Blue. HEX triplet: 30, 3D and DD. RGB value is (48,61,221). Sum of RGB (Red+Green+Blue) = 48+61+221=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #303DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DDD is #CFC222. Grayscale: #4A4A4A. Windows color (decimal): -13615651 or 14499120. OLE color: 14499120.
HSL color Cylindrical-coordinate representation of color #303DDD: hue angle of 235.49º degrees, saturation: 0.72, 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 #303DDD is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 61 | 221 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.13 |
| HSL | 235.49º | 0.72% | 0.53% | - |
| HSV(B) | 235.49º | 0.78% | 0.87% | - |
| XYZ | 15.94 | 9.19 | 69.34 | - |
| YUV | 75.35 | 210.19 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 221 | 0.78 | 0.72 | 0 | 0.13 | 235.49 | 0.72 | 0.53 |
| Hex | 30 | 3D | DD | 4E | 48 | 0 | D | EB | 48 | 35 |
| Octal | 60 | 75 | 335 | 116 | 110 | 0 | 15 | 353 | 110 | 65 |
| Binary | 110000 | 111101 | 11011101 | 1001110 | 1001000 | 0 | 1101 | 11101011 | 1001000 | 110101 |
Color Harmonies of #303DDD
Complementary color
Monochromatic Colors of #303DDD
Black with #303DDD
Text Example
Text Example
White with #303DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DDD; }
p { color: rgb(48,61,221); }
H1.HeaderClassName
{
color: #303DDD;
}
.AnyTagClassName
{
color: #303DDD;
}
</style>
background-color css
<style>
a { background-color: #303DDD; }
a { background-color: rgb(48,61,221); }
div.DivClassName
{
background-color: #303DDD;
}
.BgClassName
{
background-color: #303DDD;
}
</style>
border-color css
<style>
span { border-color: #303DDD; }
span { border-color: rgb(48,61,221); }
td.TdClassName
{
border-color: #303DDD;
}
.TagClassName
{
border-color: #303DDD;
}
</style>