Shades of Free Speech Blue #443DDD
Tints of Free Speech Blue #443DDD
RGB
CMYK
RGB Variations
Color information
#443DDD (or 0x443DDD) is known color: Free Speech Blue. HEX triplet: 44, 3D and DD. RGB value is (68,61,221). Sum of RGB (Red+Green+Blue) = 68+61+221=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #443DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DDD is #BBC222. Grayscale: #505050. Windows color (decimal): -12304931 or 14499140. OLE color: 14499140.
HSL color Cylindrical-coordinate representation of color #443DDD: hue angle of 242.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #443DDD is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 61 | 221 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.13 |
| HSL | 242.63º | 0.7% | 0.55% | - |
| HSV(B) | 242.63º | 0.72% | 0.87% | - |
| XYZ | 17.1 | 9.79 | 69.39 | - |
| YUV | 81.33 | 206.82 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 221 | 0.69 | 0.72 | 0 | 0.13 | 242.63 | 0.7 | 0.55 |
| Hex | 44 | 3D | DD | 45 | 48 | 0 | D | F3 | 46 | 37 |
| Octal | 104 | 75 | 335 | 105 | 110 | 0 | 15 | 363 | 106 | 67 |
| Binary | 1000100 | 111101 | 11011101 | 1000101 | 1001000 | 0 | 1101 | 11110011 | 1000110 | 110111 |
Color Harmonies of #443DDD
Complementary color
Monochromatic Colors of #443DDD
Black with #443DDD
Text Example
Text Example
White with #443DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443DDD; }
p { color: rgb(68,61,221); }
H1.HeaderClassName
{
color: #443DDD;
}
.AnyTagClassName
{
color: #443DDD;
}
</style>
background-color css
<style>
a { background-color: #443DDD; }
a { background-color: rgb(68,61,221); }
div.DivClassName
{
background-color: #443DDD;
}
.BgClassName
{
background-color: #443DDD;
}
</style>
border-color css
<style>
span { border-color: #443DDD; }
span { border-color: rgb(68,61,221); }
td.TdClassName
{
border-color: #443DDD;
}
.TagClassName
{
border-color: #443DDD;
}
</style>