Shades of Free Speech Blue #443BDB
Tints of Free Speech Blue #443BDB
RGB
CMYK
RGB Variations
Color information
#443BDB (or 0x443BDB) is known color: Free Speech Blue. HEX triplet: 44, 3B and DB. RGB value is (68,59,219). Sum of RGB (Red+Green+Blue) = 68+59+219=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #443BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443BDB is #BBC424. Grayscale: #4F4F4F. Windows color (decimal): -12305445 or 14367556. OLE color: 14367556.
HSL color Cylindrical-coordinate representation of color #443BDB: hue angle of 243.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #443BDB is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 59 | 219 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.14 |
| HSL | 243.38º | 0.69% | 0.55% | - |
| HSV(B) | 243.38º | 0.73% | 0.86% | - |
| XYZ | 16.73 | 9.47 | 67.96 | - |
| YUV | 79.93 | 206.48 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 219 | 0.69 | 0.73 | 0 | 0.14 | 243.38 | 0.69 | 0.55 |
| Hex | 44 | 3B | DB | 45 | 49 | 0 | E | F3 | 45 | 37 |
| Octal | 104 | 73 | 333 | 105 | 111 | 0 | 16 | 363 | 105 | 67 |
| Binary | 1000100 | 111011 | 11011011 | 1000101 | 1001001 | 0 | 1110 | 11110011 | 1000101 | 110111 |
Color Harmonies of #443BDB
Complementary color
Monochromatic Colors of #443BDB
Black with #443BDB
Text Example
Text Example
White with #443BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443BDB; }
p { color: rgb(68,59,219); }
H1.HeaderClassName
{
color: #443BDB;
}
.AnyTagClassName
{
color: #443BDB;
}
</style>
background-color css
<style>
a { background-color: #443BDB; }
a { background-color: rgb(68,59,219); }
div.DivClassName
{
background-color: #443BDB;
}
.BgClassName
{
background-color: #443BDB;
}
</style>
border-color css
<style>
span { border-color: #443BDB; }
span { border-color: rgb(68,59,219); }
td.TdClassName
{
border-color: #443BDB;
}
.TagClassName
{
border-color: #443BDB;
}
</style>