Shades of Free Speech Blue #303EDD
Tints of Free Speech Blue #303EDD
RGB
CMYK
RGB Variations
Color information
#303EDD (or 0x303EDD) is known color: Free Speech Blue. HEX triplet: 30, 3E and DD. RGB value is (48,62,221). Sum of RGB (Red+Green+Blue) = 48+62+221=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #303EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303EDD is #CFC122. Grayscale: #4B4B4B. Windows color (decimal): -13615395 or 14499376. OLE color: 14499376.
HSL color Cylindrical-coordinate representation of color #303EDD: hue angle of 235.14º 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 #303EDD is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 62 | 221 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.13 |
| HSL | 235.14º | 0.72% | 0.53% | - |
| HSV(B) | 235.14º | 0.78% | 0.87% | - |
| XYZ | 15.99 | 9.29 | 69.36 | - |
| YUV | 75.94 | 209.86 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 221 | 0.78 | 0.72 | 0 | 0.13 | 235.14 | 0.72 | 0.53 |
| Hex | 30 | 3E | DD | 4E | 48 | 0 | D | EB | 48 | 35 |
| Octal | 60 | 76 | 335 | 116 | 110 | 0 | 15 | 353 | 110 | 65 |
| Binary | 110000 | 111110 | 11011101 | 1001110 | 1001000 | 0 | 1101 | 11101011 | 1001000 | 110101 |
Color Harmonies of #303EDD
Complementary color
Monochromatic Colors of #303EDD
Black with #303EDD
Text Example
Text Example
White with #303EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303EDD; }
p { color: rgb(48,62,221); }
H1.HeaderClassName
{
color: #303EDD;
}
.AnyTagClassName
{
color: #303EDD;
}
</style>
background-color css
<style>
a { background-color: #303EDD; }
a { background-color: rgb(48,62,221); }
div.DivClassName
{
background-color: #303EDD;
}
.BgClassName
{
background-color: #303EDD;
}
</style>
border-color css
<style>
span { border-color: #303EDD; }
span { border-color: rgb(48,62,221); }
td.TdClassName
{
border-color: #303EDD;
}
.TagClassName
{
border-color: #303EDD;
}
</style>