Shades of Free Speech Blue #303FDD
Tints of Free Speech Blue #303FDD
RGB
CMYK
RGB Variations
Color information
#303FDD (or 0x303FDD) is known color: Free Speech Blue. HEX triplet: 30, 3F and DD. RGB value is (48,63,221). Sum of RGB (Red+Green+Blue) = 48+63+221=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #303FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FDD is #CFC022. Grayscale: #4B4B4B. Windows color (decimal): -13615139 or 14499632. OLE color: 14499632.
HSL color Cylindrical-coordinate representation of color #303FDD: hue angle of 234.8º 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 #303FDD is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 63 | 221 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.13 |
| HSL | 234.8º | 0.72% | 0.53% | - |
| HSV(B) | 234.8º | 0.78% | 0.87% | - |
| XYZ | 16.05 | 9.4 | 69.38 | - |
| YUV | 76.53 | 209.53 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 221 | 0.78 | 0.71 | 0 | 0.13 | 234.8 | 0.72 | 0.53 |
| Hex | 30 | 3F | DD | 4E | 47 | 0 | D | EB | 48 | 35 |
| Octal | 60 | 77 | 335 | 116 | 107 | 0 | 15 | 353 | 110 | 65 |
| Binary | 110000 | 111111 | 11011101 | 1001110 | 1000111 | 0 | 1101 | 11101011 | 1001000 | 110101 |
Color Harmonies of #303FDD
Complementary color
Monochromatic Colors of #303FDD
Black with #303FDD
Text Example
Text Example
White with #303FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FDD; }
p { color: rgb(48,63,221); }
H1.HeaderClassName
{
color: #303FDD;
}
.AnyTagClassName
{
color: #303FDD;
}
</style>
background-color css
<style>
a { background-color: #303FDD; }
a { background-color: rgb(48,63,221); }
div.DivClassName
{
background-color: #303FDD;
}
.BgClassName
{
background-color: #303FDD;
}
</style>
border-color css
<style>
span { border-color: #303FDD; }
span { border-color: rgb(48,63,221); }
td.TdClassName
{
border-color: #303FDD;
}
.TagClassName
{
border-color: #303FDD;
}
</style>