Shades of Free Speech Blue #443AC2
Tints of Free Speech Blue #443AC2
RGB
CMYK
RGB Variations
Color information
#443AC2 (or 0x443AC2) is known color: Free Speech Blue. HEX triplet: 44, 3A and C2. RGB value is (68,58,194). Sum of RGB (Red+Green+Blue) = 68+58+194=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 194 (76.17% from 255 or 60.62% from 320); Max value from RGB is 194 - color contains mainly: blue. Hex color #443AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443AC2 is #BBC53D. Grayscale: #4B4B4B. Windows color (decimal): -12305726 or 12728900. OLE color: 12728900.
HSL color Cylindrical-coordinate representation of color #443AC2: hue angle of 244.41º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #443AC2 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 58 | 194 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.24 |
| HSL | 244.41º | 0.54% | 0.49% | - |
| HSV(B) | 244.41º | 0.7% | 0.76% | - |
| XYZ | 13.63 | 8.15 | 51.89 | - |
| YUV | 76.49 | 194.31 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 194 | 0.65 | 0.70 | 0 | 0.24 | 244.41 | 0.54 | 0.49 |
| Hex | 44 | 3A | C2 | 41 | 46 | 0 | 18 | F4 | 36 | 31 |
| Octal | 104 | 72 | 302 | 101 | 106 | 0 | 30 | 364 | 66 | 61 |
| Binary | 1000100 | 111010 | 11000010 | 1000001 | 1000110 | 0 | 11000 | 11110100 | 110110 | 110001 |
Color Harmonies of #443AC2
Complementary color
Monochromatic Colors of #443AC2
Black with #443AC2
Text Example
Text Example
White with #443AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443AC2; }
p { color: rgb(68,58,194); }
H1.HeaderClassName
{
color: #443AC2;
}
.AnyTagClassName
{
color: #443AC2;
}
</style>
background-color css
<style>
a { background-color: #443AC2; }
a { background-color: rgb(68,58,194); }
div.DivClassName
{
background-color: #443AC2;
}
.BgClassName
{
background-color: #443AC2;
}
</style>
border-color css
<style>
span { border-color: #443AC2; }
span { border-color: rgb(68,58,194); }
td.TdClassName
{
border-color: #443AC2;
}
.TagClassName
{
border-color: #443AC2;
}
</style>