Shades of Free Speech Blue #443DBF
Tints of Free Speech Blue #443DBF
RGB
CMYK
RGB Variations
Color information
#443DBF (or 0x443DBF) is known color: Free Speech Blue. HEX triplet: 44, 3D and BF. RGB value is (68,61,191). Sum of RGB (Red+Green+Blue) = 68+61+191=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #443DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DBF is #BBC240. Grayscale: #4D4D4D. Windows color (decimal): -12304961 or 12533060. OLE color: 12533060.
HSL color Cylindrical-coordinate representation of color #443DBF: hue angle of 243.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443DBF is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 61 | 191 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.25 |
| HSL | 243.23º | 0.52% | 0.49% | - |
| HSV(B) | 243.23º | 0.68% | 0.75% | - |
| XYZ | 13.46 | 8.33 | 50.19 | - |
| YUV | 77.91 | 191.82 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 191 | 0.64 | 0.68 | 0 | 0.25 | 243.23 | 0.52 | 0.49 |
| Hex | 44 | 3D | BF | 40 | 44 | 0 | 19 | F3 | 34 | 31 |
| Octal | 104 | 75 | 277 | 100 | 104 | 0 | 31 | 363 | 64 | 61 |
| Binary | 1000100 | 111101 | 10111111 | 1000000 | 1000100 | 0 | 11001 | 11110011 | 110100 | 110001 |
Color Harmonies of #443DBF
Complementary color
Monochromatic Colors of #443DBF
Black with #443DBF
Text Example
Text Example
White with #443DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443DBF; }
p { color: rgb(68,61,191); }
H1.HeaderClassName
{
color: #443DBF;
}
.AnyTagClassName
{
color: #443DBF;
}
</style>
background-color css
<style>
a { background-color: #443DBF; }
a { background-color: rgb(68,61,191); }
div.DivClassName
{
background-color: #443DBF;
}
.BgClassName
{
background-color: #443DBF;
}
</style>
border-color css
<style>
span { border-color: #443DBF; }
span { border-color: rgb(68,61,191); }
td.TdClassName
{
border-color: #443DBF;
}
.TagClassName
{
border-color: #443DBF;
}
</style>