Shades of Free Speech Blue #443DBD
Tints of Free Speech Blue #443DBD
RGB
CMYK
RGB Variations
Color information
#443DBD (or 0x443DBD) is known color: Free Speech Blue. HEX triplet: 44, 3D and BD. RGB value is (68,61,189). Sum of RGB (Red+Green+Blue) = 68+61+189=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #443DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DBD is #BBC242. Grayscale: #4D4D4D. Windows color (decimal): -12304963 or 12401988. OLE color: 12401988.
HSL color Cylindrical-coordinate representation of color #443DBD: hue angle of 243.28º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443DBD is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 61 | 189 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.26 |
| HSL | 243.28º | 0.51% | 0.49% | - |
| HSV(B) | 243.28º | 0.68% | 0.74% | - |
| XYZ | 13.24 | 8.24 | 49.04 | - |
| YUV | 77.69 | 190.82 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 189 | 0.64 | 0.68 | 0 | 0.26 | 243.28 | 0.51 | 0.49 |
| Hex | 44 | 3D | BD | 40 | 44 | 0 | 1A | F3 | 33 | 31 |
| Octal | 104 | 75 | 275 | 100 | 104 | 0 | 32 | 363 | 63 | 61 |
| Binary | 1000100 | 111101 | 10111101 | 1000000 | 1000100 | 0 | 11010 | 11110011 | 110011 | 110001 |
Color Harmonies of #443DBD
Complementary color
Monochromatic Colors of #443DBD
Black with #443DBD
Text Example
Text Example
White with #443DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443DBD; }
p { color: rgb(68,61,189); }
H1.HeaderClassName
{
color: #443DBD;
}
.AnyTagClassName
{
color: #443DBD;
}
</style>
background-color css
<style>
a { background-color: #443DBD; }
a { background-color: rgb(68,61,189); }
div.DivClassName
{
background-color: #443DBD;
}
.BgClassName
{
background-color: #443DBD;
}
</style>
border-color css
<style>
span { border-color: #443DBD; }
span { border-color: rgb(68,61,189); }
td.TdClassName
{
border-color: #443DBD;
}
.TagClassName
{
border-color: #443DBD;
}
</style>