Shades of Free Speech Blue #303CDD
Tints of Free Speech Blue #303CDD
RGB
CMYK
RGB Variations
Color information
#303CDD (or 0x303CDD) is known color: Free Speech Blue. HEX triplet: 30, 3C and DD. RGB value is (48,60,221). Sum of RGB (Red+Green+Blue) = 48+60+221=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #303CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CDD is #CFC322. Grayscale: #4A4A4A. Windows color (decimal): -13615907 or 14498864. OLE color: 14498864.
HSL color Cylindrical-coordinate representation of color #303CDD: hue angle of 235.84º 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 #303CDD is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 60 | 221 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.13 |
| HSL | 235.84º | 0.72% | 0.53% | - |
| HSV(B) | 235.84º | 0.78% | 0.87% | - |
| XYZ | 15.89 | 9.08 | 69.32 | - |
| YUV | 74.77 | 210.52 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 221 | 0.78 | 0.73 | 0 | 0.13 | 235.84 | 0.72 | 0.53 |
| Hex | 30 | 3C | DD | 4E | 49 | 0 | D | EC | 48 | 35 |
| Octal | 60 | 74 | 335 | 116 | 111 | 0 | 15 | 354 | 110 | 65 |
| Binary | 110000 | 111100 | 11011101 | 1001110 | 1001001 | 0 | 1101 | 11101100 | 1001000 | 110101 |
Color Harmonies of #303CDD
Complementary color
Monochromatic Colors of #303CDD
Black with #303CDD
Text Example
Text Example
White with #303CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CDD; }
p { color: rgb(48,60,221); }
H1.HeaderClassName
{
color: #303CDD;
}
.AnyTagClassName
{
color: #303CDD;
}
</style>
background-color css
<style>
a { background-color: #303CDD; }
a { background-color: rgb(48,60,221); }
div.DivClassName
{
background-color: #303CDD;
}
.BgClassName
{
background-color: #303CDD;
}
</style>
border-color css
<style>
span { border-color: #303CDD; }
span { border-color: rgb(48,60,221); }
td.TdClassName
{
border-color: #303CDD;
}
.TagClassName
{
border-color: #303CDD;
}
</style>