Shades of Free Speech Blue #443AD9
Tints of Free Speech Blue #443AD9
RGB
CMYK
RGB Variations
Color information
#443AD9 (or 0x443AD9) is known color: Free Speech Blue. HEX triplet: 44, 3A and D9. RGB value is (68,58,217). Sum of RGB (Red+Green+Blue) = 68+58+217=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 217 (85.16% from 255 or 63.27% from 343); Max value from RGB is 217 - color contains mainly: blue. Hex color #443AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443AD9 is #BBC526. Grayscale: #4E4E4E. Windows color (decimal): -12305703 or 14236228. OLE color: 14236228.
HSL color Cylindrical-coordinate representation of color #443AD9: hue angle of 243.77º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #443AD9 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 58 | 217 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.15 |
| HSL | 243.77º | 0.68% | 0.54% | - |
| HSV(B) | 243.77º | 0.73% | 0.85% | - |
| XYZ | 16.42 | 9.26 | 66.57 | - |
| YUV | 79.12 | 205.81 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 217 | 0.69 | 0.73 | 0 | 0.15 | 243.77 | 0.68 | 0.54 |
| Hex | 44 | 3A | D9 | 45 | 49 | 0 | F | F4 | 44 | 36 |
| Octal | 104 | 72 | 331 | 105 | 111 | 0 | 17 | 364 | 104 | 66 |
| Binary | 1000100 | 111010 | 11011001 | 1000101 | 1001001 | 0 | 1111 | 11110100 | 1000100 | 110110 |
Color Harmonies of #443AD9
Complementary color
Monochromatic Colors of #443AD9
Black with #443AD9
Text Example
Text Example
White with #443AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443AD9; }
p { color: rgb(68,58,217); }
H1.HeaderClassName
{
color: #443AD9;
}
.AnyTagClassName
{
color: #443AD9;
}
</style>
background-color css
<style>
a { background-color: #443AD9; }
a { background-color: rgb(68,58,217); }
div.DivClassName
{
background-color: #443AD9;
}
.BgClassName
{
background-color: #443AD9;
}
</style>
border-color css
<style>
span { border-color: #443AD9; }
span { border-color: rgb(68,58,217); }
td.TdClassName
{
border-color: #443AD9;
}
.TagClassName
{
border-color: #443AD9;
}
</style>