Shades of Free Speech Blue #443ADB
Tints of Free Speech Blue #443ADB
RGB
CMYK
RGB Variations
Color information
#443ADB (or 0x443ADB) is known color: Free Speech Blue. HEX triplet: 44, 3A and DB. RGB value is (68,58,219). Sum of RGB (Red+Green+Blue) = 68+58+219=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #443ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443ADB is #BBC524. Grayscale: #4E4E4E. Windows color (decimal): -12305701 or 14367300. OLE color: 14367300.
HSL color Cylindrical-coordinate representation of color #443ADB: hue angle of 243.73º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #443ADB is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 58 | 219 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.14 |
| HSL | 243.73º | 0.69% | 0.54% | - |
| HSV(B) | 243.73º | 0.74% | 0.86% | - |
| XYZ | 16.68 | 9.37 | 67.95 | - |
| YUV | 79.34 | 206.81 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 219 | 0.69 | 0.74 | 0 | 0.14 | 243.73 | 0.69 | 0.54 |
| Hex | 44 | 3A | DB | 45 | 4A | 0 | E | F4 | 45 | 36 |
| Octal | 104 | 72 | 333 | 105 | 112 | 0 | 16 | 364 | 105 | 66 |
| Binary | 1000100 | 111010 | 11011011 | 1000101 | 1001010 | 0 | 1110 | 11110100 | 1000101 | 110110 |
Color Harmonies of #443ADB
Complementary color
Monochromatic Colors of #443ADB
Black with #443ADB
Text Example
Text Example
White with #443ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443ADB; }
p { color: rgb(68,58,219); }
H1.HeaderClassName
{
color: #443ADB;
}
.AnyTagClassName
{
color: #443ADB;
}
</style>
background-color css
<style>
a { background-color: #443ADB; }
a { background-color: rgb(68,58,219); }
div.DivClassName
{
background-color: #443ADB;
}
.BgClassName
{
background-color: #443ADB;
}
</style>
border-color css
<style>
span { border-color: #443ADB; }
span { border-color: rgb(68,58,219); }
td.TdClassName
{
border-color: #443ADB;
}
.TagClassName
{
border-color: #443ADB;
}
</style>