Shades of Free Speech Blue #443AB5
Tints of Free Speech Blue #443AB5
RGB
CMYK
RGB Variations
Color information
#443AB5 (or 0x443AB5) is known color: Free Speech Blue. HEX triplet: 44, 3A and B5. RGB value is (68,58,181). Sum of RGB (Red+Green+Blue) = 68+58+181=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 181 (71.09% from 255 or 58.96% from 307); Max value from RGB is 181 - color contains mainly: blue. Hex color #443AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443AB5 is #BBC54A. Grayscale: #4A4A4A. Windows color (decimal): -12305739 or 11876932. OLE color: 11876932.
HSL color Cylindrical-coordinate representation of color #443AB5: hue angle of 244.88º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443AB5 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 58 | 181 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.29 |
| HSL | 244.88º | 0.51% | 0.47% | - |
| HSV(B) | 244.88º | 0.68% | 0.71% | - |
| XYZ | 12.24 | 7.59 | 44.54 | - |
| YUV | 75.01 | 187.81 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 181 | 0.62 | 0.68 | 0 | 0.29 | 244.88 | 0.51 | 0.47 |
| Hex | 44 | 3A | B5 | 3E | 44 | 0 | 1D | F5 | 33 | 2F |
| Octal | 104 | 72 | 265 | 76 | 104 | 0 | 35 | 365 | 63 | 57 |
| Binary | 1000100 | 111010 | 10110101 | 111110 | 1000100 | 0 | 11101 | 11110101 | 110011 | 101111 |
Color Harmonies of #443AB5
Complementary color
Monochromatic Colors of #443AB5
Black with #443AB5
Text Example
Text Example
White with #443AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443AB5; }
p { color: rgb(68,58,181); }
H1.HeaderClassName
{
color: #443AB5;
}
.AnyTagClassName
{
color: #443AB5;
}
</style>
background-color css
<style>
a { background-color: #443AB5; }
a { background-color: rgb(68,58,181); }
div.DivClassName
{
background-color: #443AB5;
}
.BgClassName
{
background-color: #443AB5;
}
</style>
border-color css
<style>
span { border-color: #443AB5; }
span { border-color: rgb(68,58,181); }
td.TdClassName
{
border-color: #443AB5;
}
.TagClassName
{
border-color: #443AB5;
}
</style>